oneCCL icon indicating copy to clipboard operation
oneCCL copied to clipboard

[bug] sycl_allreduce_test failed on Intel(R) Arc(TM) A770 Graphics

Open ClarkChin08 opened this issue 8 months ago • 7 comments

oneCCL commit: 5e7c7b7e33f5f679cb82547c4f7e49623ff0ab09 build: cmake .. -DCMAKE_C_COMPILER=icx -DCMAKE_CXX_COMPILER=icpx -DCOMPUTE_BACKEND=dpcpp run command: examples/sycl$ mpirun -n 2 ./sycl_allreduce_test gpu

Log: preferred platform: Intel(R) Level-Zero, found: 8 GPU device(s) preferred platform: Intel(R) Level-Zero, found: 8 GPU device(s) Created context from devices of type: gpu Devices [1]: [0]: [Intel(R) Arc(TM) A770 Graphics] Created context from devices of type: gpu Devices [1]: [0]: [Intel(R) Arc(TM) A770 Graphics] terminate called after throwing an instance of 'sycl::_V1::runtime_error'
what(): Native API failed. Native API returns: -999 (Unknown PI error) -999 (Unknown PI error) terminate called after throwing an instance of 'sycl::_V1::runtime_error'
what(): Native API failed. Native API returns: -999 (Unknown PI error) -999 (Unknown PI error)

ClarkChin08 avatar Jun 20 '24 04:06 ClarkChin08