Peng Tu
Peng Tu
> > @TejaX-Alaghari @mmeterel I get a link error in the final step. > > ``` > > [100%] Linking CXX shared library ../../../../lib/libonemkl_blas_rocblas.so > > /usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: cannot find -lclang_rt.builtins-x86_64...
> Hey folks, this looks like a problem addressed with this commit: [intel/intel-graphics-compiler@6a13fa9](https://github.com/intel/intel-graphics-compiler/commit/6a13fa903f380e17378286a7cd43995b0ae162ad). This change should land in a binary release expected next week. Thank you @kmazurki !
Good idea! The memory pool and event pool from the unified runtime will be useful for resource management.
@maleadt : Can you run the program with LD_DEBUG=libs with both the failing and working versions, as the problem is likely due to different OpenCL library is invoked at runtime?...
There is 'calling init' on the C++ side of the following library that doesn't exist on the Julia side: 128030: calling init: /lib/x86_64-linux-gnu/libze_intel_gpu.so.1. Could it be the problem?
#https://github.com/CHIP-SPV/chipStar/issues/562
@JablonskiMateusz : It is in the following link: https://github.com/CHIP-SPV/chipStar/files/12419361/spirv.zip. Thanks.
@JablonskiMateusz Thank you for looking into this. Our build target is PVC. In the past, we have encounter similar missing kernel problem when the register spills + user local memory...
Here is a reproducer: ```code #include #include #include #include #include #include #include #include #include #include #define check(ans) \ { do_check((ans), __FILE__, __LINE__); } void do_check(ze_result_t code, const char *file, int...