Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

common, xe: sycl: improve logging when OpenCL install is missing #2968

Merged
merged 1 commit into from
Mar 27, 2025

Conversation

rjoursler
Copy link
Contributor

@rjoursler rjoursler commented Mar 27, 2025

This PR is intended to better enable users to determine runtime problems with oneDNN due to a missing or incorrectly installed OpenCL runtime.

Sample behavior:

$ OCL_ICD_VENDORS= ~/dnnl/build_dpcpp/tests/benchdnn/benchdnn --engine=gpu --eltwise 1024
onednn_verbose,v1,info,oneDNN v3.8.0 (commit 2f066a7e703d19b77723a5bf8ff5f781fc6586ee)
onednn_verbose,v1,info,cpu,runtime:TBB,nthr:224
onednn_verbose,v1,info,cpu,isa:Intel AVX-512 with float16, Intel DL Boost and bfloat16 support
onednn_verbose,v1,info,gpu,runtime:DPC++
onednn_verbose,v1,info,gpu,engine,sycl gpu device count:1
onednn_verbose,v1,common,error,runtime,Intel(R) Data Center GPU Max 1100 OpenCL device not found,src/gpu/intel/sycl/utils.cpp:137
onednn_verbose,v1,info,gpu,engine,0,backend:Level Zero,name:Intel(R) Data Center GPU Max 1100,driver_version:1.6.31294,binary_kernels:disabled
onednn_verbose,v1,info,experimental features are enabled
onednn_verbose,v1,info,use batch_normalization stats one pass is enabled
onednn_verbose,v1,info,GPU convolution v2 is disabled
onednn_verbose,v1,primitive,info,template:operation,engine,primitive,implementation,prop_kind,memory_descriptors,attributes,auxiliary,problem_desc,exec_time
onednn_verbose,v1,common,error,runtime,Intel(R) Data Center GPU Max 1100 OpenCL device not found,src/gpu/intel/sycl/utils.cpp:137
onednn_verbose,v1,common,error,runtime,Intel(R) Data Center GPU Max 1100 OpenCL device not found,src/gpu/intel/sycl/utils.cpp:137
Error: Function 'create_primitive' at (/nfs/pdx/home/rjoursle/dnnl/tests/benchdnn/dnnl_common.hpp:452) returned 'runtime_error'
Error: Function 'init_prim' at (/nfs/pdx/home/rjoursle/dnnl/tests/benchdnn/dnnl_common.hpp:509) returned '1'
Error: Function 'createit' at (/nfs/pdx/home/rjoursle/dnnl/tests/benchdnn/eltwise/eltwise.cpp:492) returned '1'
Error: Function 'create' at (/nfs/pdx/home/rjoursle/dnnl/tests/benchdnn/utils/task.hpp:57) returned '1'
0:UNTESTED_FAILED (162 ms) __REPRO: --eltwise --engine=gpu --alg=relu --alpha=0 --beta=0 1024
===========================================================
= Failed cases summary (--summary=no-failures to disable) =
===========================================================
0:UNTESTED_FAILED (162 ms) __REPRO: --eltwise --engine=gpu --alg=relu --alpha=0 --beta=0 1024
============================

@rjoursler rjoursler requested review from a team as code owners March 27, 2025 14:19
@github-actions github-actions bot added the platform:gpu-intel Codeowner: @oneapi-src/onednn-gpu-intel label Mar 27, 2025
@rjoursler rjoursler force-pushed the rjoursle/missing_opencl branch from 315f1b0 to dc6ab40 Compare March 27, 2025 14:30
@rjoursler rjoursler force-pushed the rjoursle/missing_opencl branch from dc6ab40 to 2f066a7 Compare March 27, 2025 14:36
@rjoursler
Copy link
Contributor Author

make test
disable test_device_cpu
disable test_device_gpu

@rjoursler rjoursler merged commit 5652be3 into main Mar 27, 2025
33 checks passed
@rjoursler rjoursler deleted the rjoursle/missing_opencl branch March 27, 2025 17:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
platform:gpu-intel Codeowner: @oneapi-src/onednn-gpu-intel
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants