Skip to content

Regression/same_unnamed_kernels.cpp failing in CUDA CI with PI_ERROR_INVALID_BINARY #9174

Closed
@steffenlarsen

Description

@steffenlarsen

The Regression/same_unnamed_kernels.cpp is failing in the CUDA backend CI with

******************** TEST 'SYCL :: Regression/same_unnamed_kernels.cpp' FAILED ********************
Script:
--
: 'RUN: at line 1';    .../llvm/llvm/toolchain/bin/clang++   -fsycl .../llvm/llvm/llvm/sycl/test-e2e/Regression/same_unnamed_kernels.cpp -o .../llvm/llvm/build-e2e/Regression/Output/same_unnamed_kernels.cpp.tmp.out -fsycl-unnamed-lambda
: 'RUN: at line 2';   true .../llvm/llvm/build-e2e/Regression/Output/same_unnamed_kernels.cpp.tmp.out
: 'RUN: at line 3';    env ONEAPI_DEVICE_SELECTOR=ext_oneapi_cuda:gpu SYCL_PI_CUDA_ENABLE_IMAGE_SUPPORT=1  .../llvm/llvm/build-e2e/Regression/Output/same_unnamed_kernels.cpp.tmp.out
: 'RUN: at line 4';   true .../llvm/llvm/build-e2e/Regression/Output/same_unnamed_kernels.cpp.tmp.out
--
Exit Code: -6

Command Output (stdout):
--
$ ":" "RUN: at line 1"
note: command had no output on stdout or stderr
$ ".../llvm/llvm/toolchain/bin/clang++" "-fsycl" ".../llvm/llvm/llvm/sycl/test-e2e/Regression/same_unnamed_kernels.cpp" "-o" ".../llvm/llvm/build-e2e/Regression/Output/same_unnamed_kernels.cpp.tmp.out" "-fsycl-unnamed-lambda"
note: command had no output on stdout or stderr
$ ":" "RUN: at line 2"
note: command had no output on stdout or stderr
$ "true" ".../llvm/llvm/build-e2e/Regression/Output/same_unnamed_kernels.cpp.tmp.out"
note: command had no output on stdout or stderr
$ ":" "RUN: at line 3"
note: command had no output on stdout or stderr
$ "env" "ONEAPI_DEVICE_SELECTOR=ext_oneapi_cuda:gpu" "SYCL_PI_CUDA_ENABLE_IMAGE_SUPPORT=1" ".../llvm/llvm/build-e2e/Regression/Output/same_unnamed_kernels.cpp.tmp.out"
# command stderr:
terminate called after throwing an instance of 'sycl::_V1::runtime_error'
  what():  Native API failed. Native API returns: -42 (PI_ERROR_INVALID_BINARY) -42 (PI_ERROR_INVALID_BINARY)

error: command failed with exit status: -6

--

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingconfirmedcudaCUDA back-end

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions