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

ESIMD/matrix_transpose_glb.cpp and bindless_images/sampling_1D.cpp failed on unrelated changes #17212

Open
zhaomaosu opened this issue Feb 27, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@zhaomaosu
Copy link
Contributor

Describe the bug

https://github.com/intel/llvm/actions/runs/13535169347/job/37825920323?pr=17155

FAIL: SYCL :: ESIMD/matrix_transpose_glb.cpp (1256 of 2264)
******************** TEST 'SYCL :: ESIMD/matrix_transpose_glb.cpp' FAILED ********************
Exit Code: 134

Command Output (stdout):
--
Abort was called at 30 line in file:
../../neo/level_zero/core/source/memory/cpu_page_fault_memory_manager.cpp

--
Command Output (stderr):
--
RUN: at line 9: env ONEAPI_DEVICE_SELECTOR=level_zero:gpu  /__w/llvm/llvm/build-e2e/ESIMD/Output/matrix_transpose_glb.cpp.tmp.out
+ env ONEAPI_DEVICE_SELECTOR=level_zero:gpu /__w/llvm/llvm/build-e2e/ESIMD/Output/matrix_transpose_glb.cpp.tmp.out

Transpose square matrix of size 32

Transpose square matrix of size 512

Transpose square matrix of size 1024

Transpose square matrix of size 2048

Transpose square matrix of size 4096
/__w/llvm/llvm/build-e2e/ESIMD/Output/matrix_transpose_glb.cpp.script: line 1: 10604 Aborted                 (core dumped) env ONEAPI_DEVICE_SELECTOR=level_zero:gpu /__w/llvm/llvm/build-e2e/ESIMD/Output/matrix_transpose_glb.cpp.tmp.out

--

https://github.com/intel/llvm/actions/runs/13535169347/job/37825920190?pr=17155

FAIL: SYCL :: bindless_images/sampling_1D.cpp (1170 of 2264)
******************** TEST 'SYCL :: bindless_images/sampling_1D.cpp' FAILED ********************
Exit Code: 1

Command Output (stderr):
--
RUN: at line 4: env UR_HIP_ENABLE_IMAGE_SUPPORT=1  env NEOReadDebugKeys=1 UseBindlessMode=1 UseExternalAllocatorForSshAndDsh=1 /__w/llvm/llvm/build-e2e/bindless_images/Output/sampling_1D.cpp.tmp.out
+ env UR_HIP_ENABLE_IMAGE_SUPPORT=1 env NEOReadDebugKeys=1 UseBindlessMode=1 UseExternalAllocatorForSshAndDsh=1 /__w/llvm/llvm/build-e2e/bindless_images/Output/sampling_1D.cpp.tmp.out
Error: RROR]: 
UR HIP ERROR:
	Value:           801
	Name:            hipErrorNotSupported
	Description:     operation not supported
	Function:        urTextureCreate
	Source Location: /__w/llvm/llvm/src/unified-runtime/source/adapters/hip/image.cpp:241

Error: RROR]: 
UR HIP ERROR:
	Value:           UR_RESULT_ERROR_UNSUPPORTED_FEATURE
	Function:        urBindlessImagesSampledImageCreateExp
	Source Location: /__w/llvm/llvm/src/unified-runtime/source/adapters/hip/image.cpp:560

SYCL exception caught! : Native API failed. Native API returns: 44 (UR_RESULT_ERROR_UNSUPPORTED_FEATURE)

--

To reproduce

failed on pre-ci

Environment

failed on pre-ci

Additional context

No response

@sarnex
Copy link
Contributor

sarnex commented Feb 28, 2025

ESIMD failure is a dupe of #17176 so we use this to track the sampling_1d failure assuming that isn't a dupe

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants