We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9ccfbb commit e3fff8cCopy full SHA for e3fff8c
utils/command_build_clib.py
@@ -62,7 +62,7 @@
62
# default variables (for Linux)
63
_project_compiler = "dpcpp"
64
_project_linker = "dpcpp"
65
-_project_cmplr_flag_sycl_devel = ["-fsycl-device-code-split=per_kernel"]
+_project_cmplr_flag_sycl_devel = ["-fsycl-device-code-split=per_kernel", "-fno-approx-func"]
66
_project_cmplr_flag_sycl = ["-fsycl"]
67
_project_cmplr_flag_stdcpp_static = [] # This brakes TBB ["-static-libstdc++", "-static-libgcc"]
68
_project_cmplr_flag_compatibility = ["-Wl,--enable-new-dtags"]
0 commit comments