Jacek Danecki

Results 15 comments of Jacek Danecki

Do you have installed IGC in not standard location, so you need to use LD_LIBRARY_PATH? Can you provide log from cmake?

Are you using Alpine or Void Linux for development?

I've asked about Alpine because we have 3 others issues reported on this distro, and I also saw people from Void Linux are working on adding Neo stack. LD_LIBRARY_PATH was...

I don't think libexecinfo library is available in Linux distributions used by Neo CI. It's only available on Alpine and few other distros, see: https://repology.org/project/libexecinfo/versions If you want to make...

I'd prefer preparation changes specific for Alpine, as it'll not have impact on binaries created for another distributions. libunwind is interesting proposal, but using it we could add some old...

As I can see in Beignet documentation cl_khr_gl_sharing is partially supported, and allow to create memory objects from OpenGL buffers or 2D textures. If I understand your use case correctly...

IGC libraries are being loaded by ocloc using dlopen, see - [line 332](https://github.com/intel/compute-runtime/blob/master/shared/offline_compiler/source/offline_compiler.cpp#L332) - [line 16](https://github.com/intel/compute-runtime/blob/master/shared/source/os_interface/linux/os_library_linux.cpp#L16) - [line 37](https://github.com/intel/compute-runtime/blob/master/shared/source/os_interface/linux/os_library_linux.cpp#L37) - [line 15](https://github.com/intel/compute-runtime/blob/master/opencl/source/dll/linux/options_linux.cpp#L15) - IGC line 2060](https://github.com/intel/intel-graphics-compiler/blob/master/IGC/CMakeLists.txt#L2060) - [line 373](https://github.com/intel/compute-runtime/blob/master/shared/offline_compiler/source/offline_compiler.cpp#L373) Can...

"Error loading the Generic builtin resource" this message came from IGC, see [line 951]( https://github.com/intel/intel-graphics-compiler/blob/master/IGC/AdaptorOCL/dllInterfaceCompute.cpp#L951)

Can you verify IGC was built correctly, linked with builtins? I've observed successful IGC builds although there were problems with builtins.

On Ubuntu 20.04 system I've such builtins symbols exported by igc 1.0.3390: ``` nm -DC /usr/lib/x86_64-linux-gnu/libigc.so | grep _igc_bif_ 00000000018dc020 D _igc_bif_BC_120 00000000018dc000 D _igc_bif_BC_120_size 0000000001957680 D _igc_bif_BC_121 000000000195766c D...