codeplaysoftware/SYCL-ML

raw command

Closed this issue · 2 comments

It is common that users can run 'make' to build examples and tests in your library. Could you please list the raw command to build an example too ? This may give users some room for adjusting the compile options.

Thanks

I am not sure what you are asking for. Do you want to see the compiler call by make? If so you can either run VERBOSE=1 make run_lin_classifier for example (add -B if the target was already built to build it again). Alternatively you can enable the verbose output via cmake with -DCMAKE_VERBOSE_MAKEFILE=ON.