You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
terminate called after throwing an instance of 'cl::sycl::compile_program_error'
what(): Failed to load libsycl-fallback-cassert.spv -30 (CL_INVALID_VALUE)
i can't find the libsycl-fallback-cassert.spv in build/lib
i tried adding libdevice to DLLVM_EXTERNAL_PROJECTS and set DLLVM_EXTERNAL_LIBDEVICE_SOURCE_DIR as in #1276 but still can't find anything. what else do i need to build these files? it worked a few weeks back but now following the path in getting started doesn't work for me.
The text was updated successfully, but these errors were encountered:
i tried adding libdevice to DLLVM_EXTERNAL_PROJECTS and set DLLVM_EXTERNAL_LIBDEVICE_SOURCE_DIR as in #1276 but still can't find anything. what else do i need to build these files?
i can't find the libsycl-fallback-cassert.spv in build/lib
i tried adding
libdevice
toDLLVM_EXTERNAL_PROJECTS
and setDLLVM_EXTERNAL_LIBDEVICE_SOURCE_DIR
as in #1276 but still can't find anything. what else do i need to build these files? it worked a few weeks back but now following the path in getting started doesn't work for me.The text was updated successfully, but these errors were encountered: