Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Conversation

yuxianch
Copy link

No description provided.

Copy link

@romanovvlad romanovvlad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, but would like @dkhaldi to approve as well

Copy link

@dkhaldi dkhaldi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@yuxianch
Copy link
Author

yuxianch commented Aug 3, 2021

The failure in pre-ci-cuda is not related with this change.

[2021-07-30T06:39:27.415Z] ******************** TEST 'SYCL :: Regression/unoptimized_stream.cpp' FAILED ********************
[2021-07-30T06:39:27.415Z] Script:
[2021-07-30T06:39:27.415Z] --
[2021-07-30T06:39:27.415Z] : 'RUN: at line 1';    /localdisk2/llvm-test-suite_Jenkins/workspace/LLVM-Test-Suite-CI-TMP/LLVM-Test-Suite-CUDA/llvm.obj/bin/clang++      -fsycl -fsycl-targets=nvptx64-nvidia-cuda-sycldevice /localdisk2/llvm-test-suite_Jenkins/workspace/LLVM-Test-Suite-CI-TMP/LLVM-Test-Suite-CUDA/llvm-test-suite/SYCL/Regression/unoptimized_stream.cpp -O0 -o /localdisk2/llvm-test-suite_Jenkins/workspace/LLVM-Test-Suite-CI-TMP/LLVM-Test-Suite-CUDA/build/SYCL/Regression/Output/unoptimized_stream.cpp.tmp.out
[2021-07-30T06:39:27.415Z] : 'RUN: at line 2';   true /localdisk2/llvm-test-suite_Jenkins/workspace/LLVM-Test-Suite-CI-TMP/LLVM-Test-Suite-CUDA/build/SYCL/Regression/Output/unoptimized_stream.cpp.tmp.out
[2021-07-30T06:39:27.415Z] : 'RUN: at line 3';   true /localdisk2/llvm-test-suite_Jenkins/workspace/LLVM-Test-Suite-CI-TMP/LLVM-Test-Suite-CUDA/build/SYCL/Regression/Output/unoptimized_stream.cpp.tmp.out
[2021-07-30T06:39:27.415Z] : 'RUN: at line 4';    env SYCL_DEVICE_FILTER=cuda:gpu,host  /localdisk2/llvm-test-suite_Jenkins/workspace/LLVM-Test-Suite-CI-TMP/LLVM-Test-Suite-CUDA/build/SYCL/Regression/Output/unoptimized_stream.cpp.tmp.out
[2021-07-30T06:39:27.415Z] --
[2021-07-30T06:39:27.415Z] Exit Code: -6
[2021-07-30T06:39:27.415Z] 
[2021-07-30T06:39:27.415Z] Command Output (stdout):
[2021-07-30T06:39:27.415Z] --
[2021-07-30T06:39:27.415Z] $ ":" "RUN: at line 1"
[2021-07-30T06:39:27.415Z] note: command had no output on stdout or stderr
[2021-07-30T06:39:27.416Z] $ "/localdisk2/llvm-test-suite_Jenkins/workspace/LLVM-Test-Suite-CI-TMP/LLVM-Test-Suite-CUDA/llvm.obj/bin/clang++" "-fsycl" "-fsycl-targets=nvptx64-nvidia-cuda-sycldevice" "/localdisk2/llvm-test-suite_Jenkins/workspace/LLVM-Test-Suite-CI-TMP/LLVM-Test-Suite-CUDA/llvm-test-suite/SYCL/Regression/unoptimized_stream.cpp" "-O0" "-o" "/localdisk2/llvm-test-suite_Jenkins/workspace/LLVM-Test-Suite-CI-TMP/LLVM-Test-Suite-CUDA/build/SYCL/Regression/Output/unoptimized_stream.cpp.tmp.out"
[2021-07-30T06:39:27.416Z] note: command had no output on stdout or stderr
[2021-07-30T06:39:27.416Z] $ ":" "RUN: at line 2"
[2021-07-30T06:39:27.416Z] note: command had no output on stdout or stderr
[2021-07-30T06:39:27.416Z] $ "true" "/localdisk2/llvm-test-suite_Jenkins/workspace/LLVM-Test-Suite-CI-TMP/LLVM-Test-Suite-CUDA/build/SYCL/Regression/Output/unoptimized_stream.cpp.tmp.out"
[2021-07-30T06:39:27.416Z] note: command had no output on stdout or stderr
[2021-07-30T06:39:27.416Z] $ ":" "RUN: at line 3"
[2021-07-30T06:39:27.416Z] note: command had no output on stdout or stderr
[2021-07-30T06:39:27.416Z] $ "true" "/localdisk2/llvm-test-suite_Jenkins/workspace/LLVM-Test-Suite-CI-TMP/LLVM-Test-Suite-CUDA/build/SYCL/Regression/Output/unoptimized_stream.cpp.tmp.out"
[2021-07-30T06:39:27.416Z] note: command had no output on stdout or stderr
[2021-07-30T06:39:27.416Z] $ ":" "RUN: at line 4"
[2021-07-30T06:39:27.416Z] note: command had no output on stdout or stderr
[2021-07-30T06:39:27.416Z] $ "env" "SYCL_DEVICE_FILTER=cuda:gpu,host" "/localdisk2/llvm-test-suite_Jenkins/workspace/LLVM-Test-Suite-CI-TMP/LLVM-Test-Suite-CUDA/build/SYCL/Regression/Output/unoptimized_stream.cpp.tmp.out"
[2021-07-30T06:39:27.416Z] # command stderr:
[2021-07-30T06:39:27.416Z] 
[2021-07-30T06:39:27.416Z] PI CUDA ERROR:
[2021-07-30T06:39:27.416Z] 	Value:           4
[2021-07-30T06:39:27.416Z] 	Name:            terminate called after throwing an instance of 'cl::sycl::runtime_error'
[2021-07-30T06:39:27.416Z]   what():  Native API failed. Native API returns: -999 (Unknown OpenCL error code) -999 (Unknown OpenCL error code)
[2021-07-30T06:39:27.416Z] 
[2021-07-30T06:39:27.416Z] error: command failed with exit status: -6
[2021-07-30T06:39:27.416Z] 
[2021-07-30T06:39:27.416Z] --

@romanovvlad
Copy link

@yuxianch Could you please disable the failed test on Cuda?

@yuxianch
Copy link
Author

yuxianch commented Aug 3, 2021

@yuxianch Could you please disable the failed test on Cuda?

The issue is reported in #387
I will disable the failed test later.

@yuxianch
Copy link
Author

yuxianch commented Aug 4, 2021

@yuxianch Could you please disable the failed test on Cuda?

The issue is reported in #387
I will disable the failed test later.

Disable the failed test on CUDA in #392

@romanovvlad romanovvlad merged commit 7d44c82 into intel:intel Aug 4, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants