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.
sycl-jit
1 parent cb37939 commit b312f04Copy full SHA for b312f04
buildbot/configure.py
@@ -32,7 +32,7 @@ def do_configure(args, passthrough_args):
32
libclc_nvidia_target_names = ";nvptx64--nvidiacl"
33
34
sycl_enable_jit = "OFF"
35
- if not args.disable_jit:
+ if not args.disable_jit and sys.platform != "darwin":
36
llvm_external_projects += ";sycl-jit"
37
sycl_enable_jit = "ON"
38
0 commit comments