GPU Compute Software
Ask questions about Intel® Graphics Compute software technologies, such as OpenCL* GPU driver and oneAPI Level Zero
257 Discussions

Where is intel_compute_runtime installed (i.e. Intel Level Zero) on DevCloud node?

jishengz
Beginner
2,020 Views
I was experimenting some programming model on Intel level-zero runtime, please inform me where is intel_compute_runtime installed (i.e. Intel Level Zero) ? thanks
0 Kudos
1 Reply
Anita_Intel
Employee
1,804 Views

Dear User,


For user-mode driver part,

The file /etc/OpenCL/vendors/intel.icd includes single line full path to the Intel OpenCL driver library file. It points to libigdrcl.so. 

On devcloud node, usually at /usr/lib/x86_64-linux-gnu/intel-opencl/libigdrcl.so or /usr/local/lib/intel-opencl/*

Level Zero GPU driver library usually located at /usr/lib/x86_64-linux-gnu/libze_intel_gpu.so.1

(To check these library locations, you need to take interactive session on the GPU node)


For kernel-mode driver part, you can locate "i915" driver.


locate i915.ko

/lib/modules/4.15.0-76-generic/kernel/drivers/gpu/drm/i915/i915.ko


Note: As you are using GPU nodes on Devcloud, you don't need to bother about graphics driver installation. It is taken care by Devcloud support team.


If you need further help, please let us know.


Thanks,

Anita



0 Kudos
Reply