Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

<cuda/pipeline> is not a part of libcu++ #22

Closed
Dogacel opened this issue Sep 23, 2020 · 4 comments
Closed

<cuda/pipeline> is not a part of libcu++ #22

Dogacel opened this issue Sep 23, 2020 · 4 comments
Assignees
Labels
libcu++ P0: must have Absolutely must ship with the milestone.
Milestone

Comments

@Dogacel
Copy link

Dogacel commented Sep 23, 2020

I am trying to run the tests on new WSL2 version that supports CUDA. Currently I can run tensorflow with cuda-toolkit-10.1 and I can run cuda-toolkit-11.0 samples with no problems. When I try the instructions at docs I am getting the following error:

# TEST SM Architecture Detection
# DETECTION SM Architecture : Device 0, 75
################################################################################
# VARIABLE PATH=/usr/local/cuda/bin:/home/dogacel/.nvm/versions/node/v14.4.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/mnt/c/Windows/system32:/mnt/c/Windows:/mnt/c/Windows/System32/Wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0/:/mnt/c/Windows/System32/OpenSSH/:/mnt/c/Program\ Files\ \(x86\)/NVIDIA\ Corporation/PhysX/Common:/mnt/c/WINDOWS/system32:/mnt/c/WINDOWS:/mnt/c/WINDOWS/System32/Wbem:/mnt/c/WINDOWS/System32/WindowsPowerShell/v1.0/:/mnt/c/WINDOWS/System32/OpenSSH/:/mnt/c/Users/dogac/AppData/Local/Microsoft/WindowsApps:/mnt/c/Users/dogac/AppData/Local/Programs/Microsoft\ VS\ Code/bin:/mnt/c/Users/dogac/Documents/Git/cmd:/mnt/c/src/flutter/bin:/home/dogacel/.local/bin
# VARIABLE PWD=/home/dogacel/libcudacxx/build
# VARIABLE SCRIPT_PATH=/home/dogacel/libcudacxx/.upstream-tests/utils/nvidia/linux
# VARIABLE LIBCUDACXX_PATH=/home/dogacel/libcudacxx
# VARIABLE VERBOSE=''
# VARIABLE LIBCUDACXX_SKIP_BASE_TESTS_BUILD=''
# VARIABLE LIBCUDACXX_SKIP_TESTS_RUN=''
# VARIABLE LIBCUDACXX_SKIP_LIBCXX_TESTS=1
# VARIABLE LIBCUDACXX_SKIP_LIBCUDACXX_TESTS=''
# VARIABLE LIBCUDACXX_SKIP_ARCH_DETECTION=''
# VARIABLE LIBCXX_LIT_SITE_CONFIG=/home/dogacel/libcudacxx/libcxx/build/test/lit.site.cfg
# VARIABLE LIBCUDACXX_LIT_SITE_CONFIG=/home/dogacel/libcudacxx/build/libcxx/test/lit.site.cfg
# VARIABLE LIBCXX_LOG=/tmp/tmp.Sbe8wzHly9
# VARIABLE LIBCUDACXX_LOG=/tmp/tmp.dTZTndBO62
# VARIABLE LIBCXX_TEST_TARGETS=/home/dogacel/libcudacxx/libcxx/test
# VARIABLE LIBCUDACXX_TEST_TARGETS=/home/dogacel/libcudacxx/test
# VARIABLE LIT_COMPUTE_ARCHS_FLAG=-Dcompute_archs=\"
# VARIABLE LIT_COMPUTE_ARCHS_SUFFIX=\"
# VARIABLE LIT_FLAGS=-sv\ --no-progress-bar
# VARIABLE LIT_PREFIX=time
# VARIABLE RAW_TEST_TARGETS=''
# VARIABLE LIBCUDACXX_COMPUTE_ARCHS=75
# VARIABLE DEVICE_0_COMPUTE_ARCH=75
################################################################################
# TEST libc++ : Skipped
################################################################################
# TEST libcu++
lit: /home/dogacel/libcudacxx/utils/libcxx/test/config.py:40: note: using site specific configuration at /home/dogacel/libcudacxx/build/libcxx/test/lit.site.cfg
lit: /home/dogacel/libcudacxx/test/lit.cfg:45: note: Using configuration variant: libcxx
lit: /home/dogacel/libcudacxx/utils/libcxx/test/config.py:360: note: inferred use_system_cxx_lib as: None
lit: /home/dogacel/libcudacxx/utils/libcxx/test/config.py:245: note: detected cxx.type as: nvcc
lit: /home/dogacel/libcudacxx/utils/libcxx/test/config.py:247: note: detected cxx.version as: ('11', '0', '221')
lit: /home/dogacel/libcudacxx/utils/libcxx/test/config.py:249: note: detected cxx.default_dialect as: c++14
lit: /home/dogacel/libcudacxx/utils/libcxx/test/config.py:251: note: detected cxx.is_nvrtc as: False
lit: /home/dogacel/libcudacxx/utils/libcxx/test/config.py:279: note: detected host_cxx.type as: gcc
lit: /home/dogacel/libcudacxx/utils/libcxx/test/config.py:281: note: detected host_cxx.version as: ('9', '3', '0')
lit: /home/dogacel/libcudacxx/utils/libcxx/test/config.py:283: note: detected host_cxx.default_dialect as: c++14
lit: /home/dogacel/libcudacxx/utils/libcxx/test/config.py:285: note: detected host_cxx.is_nvrtc as: False
lit: /home/dogacel/libcudacxx/utils/libcxx/test/config.py:387: note: inferred use_clang_verify as: False
lit: /home/dogacel/libcudacxx/utils/libcxx/test/target_info.py:67: warning: The locale fr_FR.UTF-8 is not supported by your platform. Some tests will be unsupported.
lit: /home/dogacel/libcudacxx/utils/libcxx/test/target_info.py:67: warning: The locale ru_RU.UTF-8 is not supported by your platform. Some tests will be unsupported.
lit: /home/dogacel/libcudacxx/utils/libcxx/test/target_info.py:67: warning: The locale zh_CN.UTF-8 is not supported by your platform. Some tests will be unsupported.
lit: /home/dogacel/libcudacxx/utils/libcxx/test/target_info.py:67: warning: The locale fr_CA.ISO8859-1 is not supported by your platform. Some tests will be unsupported.
lit: /home/dogacel/libcudacxx/utils/libcxx/test/target_info.py:67: warning: The locale cs_CZ.ISO8859-2 is not supported by your platform. Some tests will be unsupported.
lit: /home/dogacel/libcudacxx/utils/libcxx/test/config.py:480: note: inferred long_tests as: True
lit: /home/dogacel/libcudacxx/utils/libcxx/test/config.py:160: note: Using compiler: /usr/local/cuda/bin/nvcc
lit: /home/dogacel/libcudacxx/utils/libcxx/test/config.py:161: note: Using flags: ['-v', '-ftemplate-depth=270']
lit: /home/dogacel/libcudacxx/utils/libcxx/test/config.py:165: note: Using compile flags: ['-ccbin=g++', '-std=c++11', '-include', '/home/dogacel/libcudacxx/test/support/nasty_macros.h', '-I/home/dogacel/libcudacxx/include', '-I/home/dogacel/libcudacxx/build/libcxx/include/c++build', '-D__STDC_FORMAT_MACROS', '-D__STDC_LIMIT_MACROS', '-D__STDC_CONSTANT_MACROS', '-Xcompiler', '-fno-exceptions', '-Xcompiler', '-fno-rtti', '-D_LIBCUDACXX_NO_RTTI', '-I/home/dogacel/libcudacxx/test/support', '-include', '/home/dogacel/libcudacxx/test/force_include.h', '-I/home/dogacel/libcudacxx/include', '-I/home/dogacel/libcudacxx/../cuda/tools/cooperative_groups', '-I/home/dogacel/libcudacxx/../cuda/tools/libcudacxxext', '--extended-lambda', '-gencode=arch=compute_75,code=sm_75', '-gencode=arch=compute_75,code=compute_75']
lit: /home/dogacel/libcudacxx/utils/libcxx/test/config.py:168: note: Using warnings: ['-Xcudafe', '--display_error_number', '-Werror', 'all-warnings', '-Xcompiler', '-Wall', '-Xcompiler', '-Wextra', '-Xcompiler', '-Werror', '-Xcompiler', '-Wno-literal-suffix', '-Xcompiler', '-Wno-unused-parameter', '-Xcompiler', '-Wno-deprecated-declarations', '-Xcompiler', '-Wno-noexcept-type', '-Xcompiler', '-Wno-unused-function', '-D_LIBCUDACXX_DISABLE_PRAGMA_GCC_SYSTEM_HEADER']
lit: /home/dogacel/libcudacxx/utils/libcxx/test/config.py:169: note: Using link flags: ['-ccbin=g++', '-L/home/dogacel/libcudacxx/build/lib', '-Xcompiler', '"-Wl,-rpath,/home/dogacel/libcudacxx/build/lib"', '-L/home/dogacel/libcudacxx/build/lib', '-Xcompiler', '"-Wl,-rpath,/home/dogacel/libcudacxx/build/lib"', '-lm', '-lgcc_s', '-lgcc', '-lpthread', '-lrt', '-lc', '-lgcc_s', '-lgcc']
lit: /home/dogacel/libcudacxx/utils/libcxx/test/config.py:171: note: Using available_features: ['long_tests', 'nvcc-11.0', 'locale.en_US.UTF-8', 'c++11', 'dylib-has-no-filesystem', 'nvcc-11.0.221', 'libcpp-no-structured-bindings', 'glibc-2.31', 'libcpp-no-if-constexpr', 'gcc-9', 'linux', 'libc++', 'libcpp-no-exceptions', 'nvcc-11', 'glibc-2', 'libcpp-no-rtti', 'libcpp-no-deduction-guides', 'glibc', 'c++filesystem-disabled', 'gcc', 'no-aligned-allocation', 'nvcc', 'gcc-9.3']
lit: /home/dogacel/libcudacxx/utils/libcxx/test/config.py:177: note: Adding environment variables: {}
-- Testing: 528 tests, 8 workers --
FAIL: libcu++ :: cuda/pipeline_arrive_on.pass.cpp (2 of 528)
******************** TEST 'libcu++ :: cuda/pipeline_arrive_on.pass.cpp' FAILED ********************
Command: ['/usr/local/cuda/bin/nvcc', '-o', '/home/dogacel/libcudacxx/build/libcxx/test/cuda/Output/pipeline_arrive_on.pass.cpp.o', '-x', 'cu', '/home/dogacel/libcudacxx/.upstream-tests/test/cuda/pipeline_arrive_on.pass.cpp', '-c', '-v', '-ftemplate-depth=270', '-ccbin=g++', '-std=c++11', '-include', '/home/dogacel/libcudacxx/test/support/nasty_macros.h', '-I/home/dogacel/libcudacxx/include', '-I/home/dogacel/libcudacxx/build/libcxx/include/c++build', '-D__STDC_FORMAT_MACROS', '-D__STDC_LIMIT_MACROS', '-D__STDC_CONSTANT_MACROS', '-Xcompiler', '-fno-exceptions', '-Xcompiler', '-fno-rtti', '-D_LIBCUDACXX_NO_RTTI', '-I/home/dogacel/libcudacxx/test/support', '-include', '/home/dogacel/libcudacxx/test/force_include.h', '-I/home/dogacel/libcudacxx/include', '-I/home/dogacel/libcudacxx/../cuda/tools/cooperative_groups', '-I/home/dogacel/libcudacxx/../cuda/tools/libcudacxxext', '--extended-lambda', '-gencode=arch=compute_75,code=sm_75', '-gencode=arch=compute_75,code=compute_75', '-Xcudafe', '--display_error_number', '-Werror', 'all-warnings', '-Xcompiler', '-Wall', '-Xcompiler', '-Wextra', '-Xcompiler', '-Werror', '-Xcompiler', '-Wno-literal-suffix', '-Xcompiler', '-Wno-unused-parameter', '-Xcompiler', '-Wno-deprecated-declarations', '-Xcompiler', '-Wno-noexcept-type', '-Xcompiler', '-Wno-unused-function', '-D_LIBCUDACXX_DISABLE_PRAGMA_GCC_SYSTEM_HEADER', '-c']
Exit Code: 1
Standard Error:
--
#$ _NVVM_BRANCH_=nvvm
#$ _SPACE_=
#$ _CUDART_=cudart
#$ _HERE_=/usr/local/cuda/bin
#$ _THERE_=/usr/local/cuda/bin
#$ _TARGET_SIZE_=
#$ _TARGET_DIR_=
#$ _TARGET_DIR_=targets/x86_64-linux
#$ TOP=/usr/local/cuda/bin/..
#$ NVVMIR_LIBRARY_DIR=/usr/local/cuda/bin/../nvvm/libdevice
#$ LD_LIBRARY_PATH=/usr/local/cuda/bin/../lib:/usr/local/cuda-10.1/include:/usr/local/cuda-11.0/lib64:/usr/local/cuda-10.2/lib64:/usr/local/cuda-10.1/lib64::/usr/local/cuda/extras/CUPTI/lib64
#$ PATH=/usr/local/cuda/bin/../nvvm/bin:/usr/local/cuda/bin:/usr/local/cuda/bin:/home/dogacel/.nvm/versions/node/v14.4.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/mnt/c/Windows/system32:/mnt/c/Windows:/mnt/c/Windows/System32/Wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0/:/mnt/c/Windows/System32/OpenSSH/:/mnt/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common:/mnt/c/WINDOWS/system32:/mnt/c/WINDOWS:/mnt/c/WINDOWS/System32/Wbem:/mnt/c/WINDOWS/System32/WindowsPowerShell/v1.0/:/mnt/c/WINDOWS/System32/OpenSSH/:/mnt/c/Users/dogac/AppData/Local/Microsoft/WindowsApps:/mnt/c/Users/dogac/AppData/Local/Programs/Microsoft VS Code/bin:/mnt/c/Users/dogac/Documents/Git/cmd:/mnt/c/src/flutter/bin:/home/dogacel/.local/bin
#$ INCLUDES="-I/usr/local/cuda/bin/../targets/x86_64-linux/include"
#$ LIBRARIES=  "-L/usr/local/cuda/bin/../targets/x86_64-linux/lib/stubs" "-L/usr/local/cuda/bin/../targets/x86_64-linux/lib"
#$ CUDAFE_FLAGS=
#$ PTXAS_FLAGS=
#$ g++ -std=c++11 -D__CUDA_ARCH__=750 -E -x c++  -DCUDA_DOUBLE_MATH_FUNCTIONS -D__CUDACC__ -D__NVCC__ -D__CUDACC_EXTENDED_LAMBDA__  -fno-exceptions -fno-rtti -Wall -Wextra -Werror -Wno-literal-suffix -Wno-unused-parameter -Wno-deprecated-declarations -Wno-noexcept-type -Wno-unused-function -I"/home/dogacel/libcudacxx/include" -I"/home/dogacel/libcudacxx/build/libcxx/include/c++build" -I"/home/dogacel/libcudacxx/test/support" -I"/home/dogacel/libcudacxx/include" -I"/home/dogacel/libcudacxx/../cuda/tools/cooperative_groups" -I"/home/dogacel/libcudacxx/../cuda/tools/libcudacxxext" "-I/usr/local/cuda/bin/../targets/x86_64-linux/include"    -D "__STDC_FORMAT_MACROS" -D "__STDC_LIMIT_MACROS" -D "__STDC_CONSTANT_MACROS" -D "_LIBCUDACXX_NO_RTTI" -D "_LIBCUDACXX_DISABLE_PRAGMA_GCC_SYSTEM_HEADER" -D__CUDACC_VER_MAJOR__=11 -D__CUDACC_VER_MINOR__=0 -D__CUDACC_VER_BUILD__=221 -include "cuda_runtime.h" -include "/home/dogacel/libcudacxx/test/support/nasty_macros.h" -include "/home/dogacel/libcudacxx/test/force_include.h" -Werror -m64 "/home/dogacel/libcudacxx/.upstream-tests/test/cuda/pipeline_arrive_on.pass.cpp" -o "/tmp/tmpxft_00007c91_00000000-7_pipeline_arrive_on.pass.cpp1.ii"
In file included from /home/dogacel/libcudacxx/include/cuda/std/version:12,
                 from /home/dogacel/libcudacxx/include/cuda/std/cstddef:19,
                 from /home/dogacel/libcudacxx/include/cuda/std/atomic:39,
                 from /home/dogacel/libcudacxx/include/cuda/std/barrier:16,
                 from /home/dogacel/libcudacxx/include/cuda/barrier:9,
                 from /home/dogacel/libcudacxx/.upstream-tests/test/cuda/pipeline_arrive_on.pass.cpp:15:
/home/dogacel/libcudacxx/include/cuda/std/detail/__config:120:2: error: #error cuda_pipeline.h has assumed a different libcu++ ABI version than provided by this library. To fix this, please include a libcu++ header before including cuda_pipeline.h, or upgrade to a version of the toolkit this version of libcu++ shipped in.
  120 | #error cuda_pipeline.h has assumed a different libcu++ ABI version than provided by this library. To fix this, please include a libcu++ header before including cuda_pipeline.h, or upgrade to a version of the toolkit this version of libcu++ shipped in.
      |  ^~~~~
# --error 0x1 --
--

Compilation failed unexpectedly!
********************
FAIL: libcu++ :: cuda/pipeline_memcpy_async_producer_consumer.pass.cpp (4 of 528)
******************** TEST 'libcu++ :: cuda/pipeline_memcpy_async_producer_consumer.pass.cpp' FAILED ********************
Command: ['/usr/local/cuda/bin/nvcc', '-o', '/home/dogacel/libcudacxx/build/libcxx/test/cuda/Output/pipeline_memcpy_async_producer_consumer.pass.cpp.o', '-x', 'cu', '/home/dogacel/libcudacxx/.upstream-tests/test/cuda/pipeline_memcpy_async_producer_consumer.pass.cpp', '-c', '-v', '-ftemplate-depth=270', '-ccbin=g++', '-std=c++11', '-include', '/home/dogacel/libcudacxx/test/support/nasty_macros.h', '-I/home/dogacel/libcudacxx/include', '-I/home/dogacel/libcudacxx/build/libcxx/include/c++build', '-D__STDC_FORMAT_MACROS', '-D__STDC_LIMIT_MACROS', '-D__STDC_CONSTANT_MACROS', '-Xcompiler', '-fno-exceptions', '-Xcompiler', '-fno-rtti', '-D_LIBCUDACXX_NO_RTTI', '-I/home/dogacel/libcudacxx/test/support', '-include', '/home/dogacel/libcudacxx/test/force_include.h', '-I/home/dogacel/libcudacxx/include', '-I/home/dogacel/libcudacxx/../cuda/tools/cooperative_groups', '-I/home/dogacel/libcudacxx/../cuda/tools/libcudacxxext', '--extended-lambda', '-gencode=arch=compute_75,code=sm_75', '-gencode=arch=compute_75,code=compute_75', '-Xcudafe', '--display_error_number', '-Werror', 'all-warnings', '-Xcompiler', '-Wall', '-Xcompiler', '-Wextra', '-Xcompiler', '-Werror', '-Xcompiler', '-Wno-literal-suffix', '-Xcompiler', '-Wno-unused-parameter', '-Xcompiler', '-Wno-deprecated-declarations', '-Xcompiler', '-Wno-noexcept-type', '-Xcompiler', '-Wno-unused-function', '-D_LIBCUDACXX_DISABLE_PRAGMA_GCC_SYSTEM_HEADER', '-c']
Exit Code: 1
Standard Error:
--
#$ _NVVM_BRANCH_=nvvm
#$ _SPACE_=
#$ _CUDART_=cudart
#$ _HERE_=/usr/local/cuda/bin
#$ _THERE_=/usr/local/cuda/bin
#$ _TARGET_SIZE_=
#$ _TARGET_DIR_=
#$ _TARGET_DIR_=targets/x86_64-linux
#$ TOP=/usr/local/cuda/bin/..
#$ NVVMIR_LIBRARY_DIR=/usr/local/cuda/bin/../nvvm/libdevice
#$ LD_LIBRARY_PATH=/usr/local/cuda/bin/../lib:/usr/local/cuda-10.1/include:/usr/local/cuda-11.0/lib64:/usr/local/cuda-10.2/lib64:/usr/local/cuda-10.1/lib64::/usr/local/cuda/extras/CUPTI/lib64
#$ PATH=/usr/local/cuda/bin/../nvvm/bin:/usr/local/cuda/bin:/usr/local/cuda/bin:/home/dogacel/.nvm/versions/node/v14.4.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/mnt/c/Windows/system32:/mnt/c/Windows:/mnt/c/Windows/System32/Wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0/:/mnt/c/Windows/System32/OpenSSH/:/mnt/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common:/mnt/c/WINDOWS/system32:/mnt/c/WINDOWS:/mnt/c/WINDOWS/System32/Wbem:/mnt/c/WINDOWS/System32/WindowsPowerShell/v1.0/:/mnt/c/WINDOWS/System32/OpenSSH/:/mnt/c/Users/dogac/AppData/Local/Microsoft/WindowsApps:/mnt/c/Users/dogac/AppData/Local/Programs/Microsoft VS Code/bin:/mnt/c/Users/dogac/Documents/Git/cmd:/mnt/c/src/flutter/bin:/home/dogacel/.local/bin
#$ INCLUDES="-I/usr/local/cuda/bin/../targets/x86_64-linux/include"
#$ LIBRARIES=  "-L/usr/local/cuda/bin/../targets/x86_64-linux/lib/stubs" "-L/usr/local/cuda/bin/../targets/x86_64-linux/lib"
#$ CUDAFE_FLAGS=
#$ PTXAS_FLAGS=
#$ g++ -std=c++11 -D__CUDA_ARCH__=750 -E -x c++  -DCUDA_DOUBLE_MATH_FUNCTIONS -D__CUDACC__ -D__NVCC__ -D__CUDACC_EXTENDED_LAMBDA__  -fno-exceptions -fno-rtti -Wall -Wextra -Werror -Wno-literal-suffix -Wno-unused-parameter -Wno-deprecated-declarations -Wno-noexcept-type -Wno-unused-function -I"/home/dogacel/libcudacxx/include" -I"/home/dogacel/libcudacxx/build/libcxx/include/c++build" -I"/home/dogacel/libcudacxx/test/support" -I"/home/dogacel/libcudacxx/include" -I"/home/dogacel/libcudacxx/../cuda/tools/cooperative_groups" -I"/home/dogacel/libcudacxx/../cuda/tools/libcudacxxext" "-I/usr/local/cuda/bin/../targets/x86_64-linux/include"    -D "__STDC_FORMAT_MACROS" -D "__STDC_LIMIT_MACROS" -D "__STDC_CONSTANT_MACROS" -D "_LIBCUDACXX_NO_RTTI" -D "_LIBCUDACXX_DISABLE_PRAGMA_GCC_SYSTEM_HEADER" -D__CUDACC_VER_MAJOR__=11 -D__CUDACC_VER_MINOR__=0 -D__CUDACC_VER_BUILD__=221 -include "cuda_runtime.h" -include "/home/dogacel/libcudacxx/test/support/nasty_macros.h" -include "/home/dogacel/libcudacxx/test/force_include.h" -Werror -m64 "/home/dogacel/libcudacxx/.upstream-tests/test/cuda/pipeline_memcpy_async_producer_consumer.pass.cpp" -o "/tmp/tmpxft_00007cb2_00000000-7_pipeline_memcpy_async_producer_consumer.pass.cpp1.ii"
/home/dogacel/libcudacxx/.upstream-tests/test/cuda/pipeline_memcpy_async_producer_consumer.pass.cpp:12:10: fatal error: cuda/pipeline: No such file or directory
   12 | #include <cuda/pipeline>
      |          ^~~~~~~~~~~~~~~
compilation terminated.
# --error 0x1 --
--

Compilation failed unexpectedly!
********************
FAIL: libcu++ :: cuda/pipeline_memcpy_async_thread_scope_block_16.pass.cpp (5 of 528)
******************** TEST 'libcu++ :: cuda/pipeline_memcpy_async_thread_scope_block_16.pass.cpp' FAILED ********************
Command: ['/usr/local/cuda/bin/nvcc', '-o', '/home/dogacel/libcudacxx/build/libcxx/test/cuda/Output/pipeline_memcpy_async_thread_scope_block_16.pass.cpp.o', '-x', 'cu', '/home/dogacel/libcudacxx/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_block_16.pass.cpp', '-c', '-v', '-ftemplate-depth=270', '-ccbin=g++', '-std=c++11', '-include', '/home/dogacel/libcudacxx/test/support/nasty_macros.h', '-I/home/dogacel/libcudacxx/include', '-I/home/dogacel/libcudacxx/build/libcxx/include/c++build', '-D__STDC_FORMAT_MACROS', '-D__STDC_LIMIT_MACROS', '-D__STDC_CONSTANT_MACROS', '-Xcompiler', '-fno-exceptions', '-Xcompiler', '-fno-rtti', '-D_LIBCUDACXX_NO_RTTI', '-I/home/dogacel/libcudacxx/test/support', '-include', '/home/dogacel/libcudacxx/test/force_include.h', '-I/home/dogacel/libcudacxx/include', '-I/home/dogacel/libcudacxx/../cuda/tools/cooperative_groups', '-I/home/dogacel/libcudacxx/../cuda/tools/libcudacxxext', '--extended-lambda', '-gencode=arch=compute_75,code=sm_75', '-gencode=arch=compute_75,code=compute_75', '-Xcudafe', '--display_error_number', '-Werror', 'all-warnings', '-Xcompiler', '-Wall', '-Xcompiler', '-Wextra', '-Xcompiler', '-Werror', '-Xcompiler', '-Wno-literal-suffix', '-Xcompiler', '-Wno-unused-parameter', '-Xcompiler', '-Wno-deprecated-declarations', '-Xcompiler', '-Wno-noexcept-type', '-Xcompiler', '-Wno-unused-function', '-D_LIBCUDACXX_DISABLE_PRAGMA_GCC_SYSTEM_HEADER', '-c']
Exit Code: 1
Standard Error:
--
#$ _NVVM_BRANCH_=nvvm
#$ _SPACE_=
#$ _CUDART_=cudart
#$ _HERE_=/usr/local/cuda/bin
#$ _THERE_=/usr/local/cuda/bin
#$ _TARGET_SIZE_=
#$ _TARGET_DIR_=
#$ _TARGET_DIR_=targets/x86_64-linux
#$ TOP=/usr/local/cuda/bin/..
#$ NVVMIR_LIBRARY_DIR=/usr/local/cuda/bin/../nvvm/libdevice
#$ LD_LIBRARY_PATH=/usr/local/cuda/bin/../lib:/usr/local/cuda-10.1/include:/usr/local/cuda-11.0/lib64:/usr/local/cuda-10.2/lib64:/usr/local/cuda-10.1/lib64::/usr/local/cuda/extras/CUPTI/lib64
#$ PATH=/usr/local/cuda/bin/../nvvm/bin:/usr/local/cuda/bin:/usr/local/cuda/bin:/home/dogacel/.nvm/versions/node/v14.4.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/mnt/c/Windows/system32:/mnt/c/Windows:/mnt/c/Windows/System32/Wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0/:/mnt/c/Windows/System32/OpenSSH/:/mnt/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common:/mnt/c/WINDOWS/system32:/mnt/c/WINDOWS:/mnt/c/WINDOWS/System32/Wbem:/mnt/c/WINDOWS/System32/WindowsPowerShell/v1.0/:/mnt/c/WINDOWS/System32/OpenSSH/:/mnt/c/Users/dogac/AppData/Local/Microsoft/WindowsApps:/mnt/c/Users/dogac/AppData/Local/Programs/Microsoft VS Code/bin:/mnt/c/Users/dogac/Documents/Git/cmd:/mnt/c/src/flutter/bin:/home/dogacel/.local/bin
#$ INCLUDES="-I/usr/local/cuda/bin/../targets/x86_64-linux/include"
#$ LIBRARIES=  "-L/usr/local/cuda/bin/../targets/x86_64-linux/lib/stubs" "-L/usr/local/cuda/bin/../targets/x86_64-linux/lib"
#$ CUDAFE_FLAGS=
#$ PTXAS_FLAGS=
#$ g++ -std=c++11 -D__CUDA_ARCH__=750 -E -x c++  -DCUDA_DOUBLE_MATH_FUNCTIONS -D__CUDACC__ -D__NVCC__ -D__CUDACC_EXTENDED_LAMBDA__  -fno-exceptions -fno-rtti -Wall -Wextra -Werror -Wno-literal-suffix -Wno-unused-parameter -Wno-deprecated-declarations -Wno-noexcept-type -Wno-unused-function -I"/home/dogacel/libcudacxx/include" -I"/home/dogacel/libcudacxx/build/libcxx/include/c++build" -I"/home/dogacel/libcudacxx/test/support" -I"/home/dogacel/libcudacxx/include" -I"/home/dogacel/libcudacxx/../cuda/tools/cooperative_groups" -I"/home/dogacel/libcudacxx/../cuda/tools/libcudacxxext" "-I/usr/local/cuda/bin/../targets/x86_64-linux/include"    -D "__STDC_FORMAT_MACROS" -D "__STDC_LIMIT_MACROS" -D "__STDC_CONSTANT_MACROS" -D "_LIBCUDACXX_NO_RTTI" -D "_LIBCUDACXX_DISABLE_PRAGMA_GCC_SYSTEM_HEADER" -D__CUDACC_VER_MAJOR__=11 -D__CUDACC_VER_MINOR__=0 -D__CUDACC_VER_BUILD__=221 -include "cuda_runtime.h" -include "/home/dogacel/libcudacxx/test/support/nasty_macros.h" -include "/home/dogacel/libcudacxx/test/force_include.h" -Werror -m64 "/home/dogacel/libcudacxx/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_block_16.pass.cpp" -o "/tmp/tmpxft_00007cb8_00000000-7_pipeline_memcpy_async_thread_scope_block_16.pass.cpp1.ii"
In file included from /home/dogacel/libcudacxx/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_block_16.pass.cpp:11:
/home/dogacel/libcudacxx/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_generic.h:12:10: fatal error: cuda/pipeline: No such file or directory
   12 | #include <cuda/pipeline>
      |          ^~~~~~~~~~~~~~~
compilation terminated.
# --error 0x1 --
--

Compilation failed unexpectedly!
********************
FAIL: libcu++ :: cuda/pipeline_memcpy_async_thread_scope_block_32.pass.cpp (6 of 528)
******************** TEST 'libcu++ :: cuda/pipeline_memcpy_async_thread_scope_block_32.pass.cpp' FAILED ********************
Command: ['/usr/local/cuda/bin/nvcc', '-o', '/home/dogacel/libcudacxx/build/libcxx/test/cuda/Output/pipeline_memcpy_async_thread_scope_block_32.pass.cpp.o', '-x', 'cu', '/home/dogacel/libcudacxx/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_block_32.pass.cpp', '-c', '-v', '-ftemplate-depth=270', '-ccbin=g++', '-std=c++11', '-include', '/home/dogacel/libcudacxx/test/support/nasty_macros.h', '-I/home/dogacel/libcudacxx/include', '-I/home/dogacel/libcudacxx/build/libcxx/include/c++build', '-D__STDC_FORMAT_MACROS', '-D__STDC_LIMIT_MACROS', '-D__STDC_CONSTANT_MACROS', '-Xcompiler', '-fno-exceptions', '-Xcompiler', '-fno-rtti', '-D_LIBCUDACXX_NO_RTTI', '-I/home/dogacel/libcudacxx/test/support', '-include', '/home/dogacel/libcudacxx/test/force_include.h', '-I/home/dogacel/libcudacxx/include', '-I/home/dogacel/libcudacxx/../cuda/tools/cooperative_groups', '-I/home/dogacel/libcudacxx/../cuda/tools/libcudacxxext', '--extended-lambda', '-gencode=arch=compute_75,code=sm_75', '-gencode=arch=compute_75,code=compute_75', '-Xcudafe', '--display_error_number', '-Werror', 'all-warnings', '-Xcompiler', '-Wall', '-Xcompiler', '-Wextra', '-Xcompiler', '-Werror', '-Xcompiler', '-Wno-literal-suffix', '-Xcompiler', '-Wno-unused-parameter', '-Xcompiler', '-Wno-deprecated-declarations', '-Xcompiler', '-Wno-noexcept-type', '-Xcompiler', '-Wno-unused-function', '-D_LIBCUDACXX_DISABLE_PRAGMA_GCC_SYSTEM_HEADER', '-c']
Exit Code: 1
Standard Error:
--
#$ _NVVM_BRANCH_=nvvm
#$ _SPACE_=
#$ _CUDART_=cudart
#$ _HERE_=/usr/local/cuda/bin
#$ _THERE_=/usr/local/cuda/bin
#$ _TARGET_SIZE_=
#$ _TARGET_DIR_=
#$ _TARGET_DIR_=targets/x86_64-linux
#$ TOP=/usr/local/cuda/bin/..
#$ NVVMIR_LIBRARY_DIR=/usr/local/cuda/bin/../nvvm/libdevice
#$ LD_LIBRARY_PATH=/usr/local/cuda/bin/../lib:/usr/local/cuda-10.1/include:/usr/local/cuda-11.0/lib64:/usr/local/cuda-10.2/lib64:/usr/local/cuda-10.1/lib64::/usr/local/cuda/extras/CUPTI/lib64
#$ PATH=/usr/local/cuda/bin/../nvvm/bin:/usr/local/cuda/bin:/usr/local/cuda/bin:/home/dogacel/.nvm/versions/node/v14.4.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/mnt/c/Windows/system32:/mnt/c/Windows:/mnt/c/Windows/System32/Wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0/:/mnt/c/Windows/System32/OpenSSH/:/mnt/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common:/mnt/c/WINDOWS/system32:/mnt/c/WINDOWS:/mnt/c/WINDOWS/System32/Wbem:/mnt/c/WINDOWS/System32/WindowsPowerShell/v1.0/:/mnt/c/WINDOWS/System32/OpenSSH/:/mnt/c/Users/dogac/AppData/Local/Microsoft/WindowsApps:/mnt/c/Users/dogac/AppData/Local/Programs/Microsoft VS Code/bin:/mnt/c/Users/dogac/Documents/Git/cmd:/mnt/c/src/flutter/bin:/home/dogacel/.local/bin
#$ INCLUDES="-I/usr/local/cuda/bin/../targets/x86_64-linux/include"
#$ LIBRARIES=  "-L/usr/local/cuda/bin/../targets/x86_64-linux/lib/stubs" "-L/usr/local/cuda/bin/../targets/x86_64-linux/lib"
#$ CUDAFE_FLAGS=
#$ PTXAS_FLAGS=
#$ g++ -std=c++11 -D__CUDA_ARCH__=750 -E -x c++  -DCUDA_DOUBLE_MATH_FUNCTIONS -D__CUDACC__ -D__NVCC__ -D__CUDACC_EXTENDED_LAMBDA__  -fno-exceptions -fno-rtti -Wall -Wextra -Werror -Wno-literal-suffix -Wno-unused-parameter -Wno-deprecated-declarations -Wno-noexcept-type -Wno-unused-function -I"/home/dogacel/libcudacxx/include" -I"/home/dogacel/libcudacxx/build/libcxx/include/c++build" -I"/home/dogacel/libcudacxx/test/support" -I"/home/dogacel/libcudacxx/include" -I"/home/dogacel/libcudacxx/../cuda/tools/cooperative_groups" -I"/home/dogacel/libcudacxx/../cuda/tools/libcudacxxext" "-I/usr/local/cuda/bin/../targets/x86_64-linux/include"    -D "__STDC_FORMAT_MACROS" -D "__STDC_LIMIT_MACROS" -D "__STDC_CONSTANT_MACROS" -D "_LIBCUDACXX_NO_RTTI" -D "_LIBCUDACXX_DISABLE_PRAGMA_GCC_SYSTEM_HEADER" -D__CUDACC_VER_MAJOR__=11 -D__CUDACC_VER_MINOR__=0 -D__CUDACC_VER_BUILD__=221 -include "cuda_runtime.h" -include "/home/dogacel/libcudacxx/test/support/nasty_macros.h" -include "/home/dogacel/libcudacxx/test/force_include.h" -Werror -m64 "/home/dogacel/libcudacxx/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_block_32.pass.cpp" -o "/tmp/tmpxft_00007cbe_00000000-7_pipeline_memcpy_async_thread_scope_block_32.pass.cpp1.ii"
In file included from /home/dogacel/libcudacxx/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_block_32.pass.cpp:11:
/home/dogacel/libcudacxx/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_generic.h:12:10: fatal error: cuda/pipeline: No such file or directory
   12 | #include <cuda/pipeline>
      |          ^~~~~~~~~~~~~~~
compilation terminated.
# --error 0x1 --
--

Compilation failed unexpectedly!
********************
FAIL: libcu++ :: cuda/pipeline_memcpy_async_thread_scope_block_64.pass.cpp (7 of 528)
******************** TEST 'libcu++ :: cuda/pipeline_memcpy_async_thread_scope_block_64.pass.cpp' FAILED ********************
Command: ['/usr/local/cuda/bin/nvcc', '-o', '/home/dogacel/libcudacxx/build/libcxx/test/cuda/Output/pipeline_memcpy_async_thread_scope_block_64.pass.cpp.o', '-x', 'cu', '/home/dogacel/libcudacxx/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_block_64.pass.cpp', '-c', '-v', '-ftemplate-depth=270', '-ccbin=g++', '-std=c++11', '-include', '/home/dogacel/libcudacxx/test/support/nasty_macros.h', '-I/home/dogacel/libcudacxx/include', '-I/home/dogacel/libcudacxx/build/libcxx/include/c++build', '-D__STDC_FORMAT_MACROS', '-D__STDC_LIMIT_MACROS', '-D__STDC_CONSTANT_MACROS', '-Xcompiler', '-fno-exceptions', '-Xcompiler', '-fno-rtti', '-D_LIBCUDACXX_NO_RTTI', '-I/home/dogacel/libcudacxx/test/support', '-include', '/home/dogacel/libcudacxx/test/force_include.h', '-I/home/dogacel/libcudacxx/include', '-I/home/dogacel/libcudacxx/../cuda/tools/cooperative_groups', '-I/home/dogacel/libcudacxx/../cuda/tools/libcudacxxext', '--extended-lambda', '-gencode=arch=compute_75,code=sm_75', '-gencode=arch=compute_75,code=compute_75', '-Xcudafe', '--display_error_number', '-Werror', 'all-warnings', '-Xcompiler', '-Wall', '-Xcompiler', '-Wextra', '-Xcompiler', '-Werror', '-Xcompiler', '-Wno-literal-suffix', '-Xcompiler', '-Wno-unused-parameter', '-Xcompiler', '-Wno-deprecated-declarations', '-Xcompiler', '-Wno-noexcept-type', '-Xcompiler', '-Wno-unused-function', '-D_LIBCUDACXX_DISABLE_PRAGMA_GCC_SYSTEM_HEADER', '-c']
Exit Code: 1
Standard Error:
--
#$ _NVVM_BRANCH_=nvvm
#$ _SPACE_=
#$ _CUDART_=cudart
#$ _HERE_=/usr/local/cuda/bin
#$ _THERE_=/usr/local/cuda/bin
#$ _TARGET_SIZE_=
#$ _TARGET_DIR_=
#$ _TARGET_DIR_=targets/x86_64-linux
#$ TOP=/usr/local/cuda/bin/..
#$ NVVMIR_LIBRARY_DIR=/usr/local/cuda/bin/../nvvm/libdevice
#$ LD_LIBRARY_PATH=/usr/local/cuda/bin/../lib:/usr/local/cuda-10.1/include:/usr/local/cuda-11.0/lib64:/usr/local/cuda-10.2/lib64:/usr/local/cuda-10.1/lib64::/usr/local/cuda/extras/CUPTI/lib64
#$ PATH=/usr/local/cuda/bin/../nvvm/bin:/usr/local/cuda/bin:/usr/local/cuda/bin:/home/dogacel/.nvm/versions/node/v14.4.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/mnt/c/Windows/system32:/mnt/c/Windows:/mnt/c/Windows/System32/Wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0/:/mnt/c/Windows/System32/OpenSSH/:/mnt/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common:/mnt/c/WINDOWS/system32:/mnt/c/WINDOWS:/mnt/c/WINDOWS/System32/Wbem:/mnt/c/WINDOWS/System32/WindowsPowerShell/v1.0/:/mnt/c/WINDOWS/System32/OpenSSH/:/mnt/c/Users/dogac/AppData/Local/Microsoft/WindowsApps:/mnt/c/Users/dogac/AppData/Local/Programs/Microsoft VS Code/bin:/mnt/c/Users/dogac/Documents/Git/cmd:/mnt/c/src/flutter/bin:/home/dogacel/.local/bin
#$ INCLUDES="-I/usr/local/cuda/bin/../targets/x86_64-linux/include"
#$ LIBRARIES=  "-L/usr/local/cuda/bin/../targets/x86_64-linux/lib/stubs" "-L/usr/local/cuda/bin/../targets/x86_64-linux/lib"
#$ CUDAFE_FLAGS=
#$ PTXAS_FLAGS=
#$ g++ -std=c++11 -D__CUDA_ARCH__=750 -E -x c++  -DCUDA_DOUBLE_MATH_FUNCTIONS -D__CUDACC__ -D__NVCC__ -D__CUDACC_EXTENDED_LAMBDA__  -fno-exceptions -fno-rtti -Wall -Wextra -Werror -Wno-literal-suffix -Wno-unused-parameter -Wno-deprecated-declarations -Wno-noexcept-type -Wno-unused-function -I"/home/dogacel/libcudacxx/include" -I"/home/dogacel/libcudacxx/build/libcxx/include/c++build" -I"/home/dogacel/libcudacxx/test/support" -I"/home/dogacel/libcudacxx/include" -I"/home/dogacel/libcudacxx/../cuda/tools/cooperative_groups" -I"/home/dogacel/libcudacxx/../cuda/tools/libcudacxxext" "-I/usr/local/cuda/bin/../targets/x86_64-linux/include"    -D "__STDC_FORMAT_MACROS" -D "__STDC_LIMIT_MACROS" -D "__STDC_CONSTANT_MACROS" -D "_LIBCUDACXX_NO_RTTI" -D "_LIBCUDACXX_DISABLE_PRAGMA_GCC_SYSTEM_HEADER" -D__CUDACC_VER_MAJOR__=11 -D__CUDACC_VER_MINOR__=0 -D__CUDACC_VER_BUILD__=221 -include "cuda_runtime.h" -include "/home/dogacel/libcudacxx/test/support/nasty_macros.h" -include "/home/dogacel/libcudacxx/test/force_include.h" -Werror -m64 "/home/dogacel/libcudacxx/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_block_64.pass.cpp" -o "/tmp/tmpxft_00007cc4_00000000-7_pipeline_memcpy_async_thread_scope_block_64.pass.cpp1.ii"
In file included from /home/dogacel/libcudacxx/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_block_64.pass.cpp:11:
/home/dogacel/libcudacxx/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_generic.h:12:10: fatal error: cuda/pipeline: No such file or directory
   12 | #include <cuda/pipeline>
      |          ^~~~~~~~~~~~~~~
compilation terminated.
# --error 0x1 --
--

Compilation failed unexpectedly!
********************
FAIL: libcu++ :: cuda/pipeline_memcpy_async_thread_scope_block_8.pass.cpp (8 of 528)
******************** TEST 'libcu++ :: cuda/pipeline_memcpy_async_thread_scope_block_8.pass.cpp' FAILED ********************
Command: ['/usr/local/cuda/bin/nvcc', '-o', '/home/dogacel/libcudacxx/build/libcxx/test/cuda/Output/pipeline_memcpy_async_thread_scope_block_8.pass.cpp.o', '-x', 'cu', '/home/dogacel/libcudacxx/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_block_8.pass.cpp', '-c', '-v', '-ftemplate-depth=270', '-ccbin=g++', '-std=c++11', '-include', '/home/dogacel/libcudacxx/test/support/nasty_macros.h', '-I/home/dogacel/libcudacxx/include', '-I/home/dogacel/libcudacxx/build/libcxx/include/c++build', '-D__STDC_FORMAT_MACROS', '-D__STDC_LIMIT_MACROS', '-D__STDC_CONSTANT_MACROS', '-Xcompiler', '-fno-exceptions', '-Xcompiler', '-fno-rtti', '-D_LIBCUDACXX_NO_RTTI', '-I/home/dogacel/libcudacxx/test/support', '-include', '/home/dogacel/libcudacxx/test/force_include.h', '-I/home/dogacel/libcudacxx/include', '-I/home/dogacel/libcudacxx/../cuda/tools/cooperative_groups', '-I/home/dogacel/libcudacxx/../cuda/tools/libcudacxxext', '--extended-lambda', '-gencode=arch=compute_75,code=sm_75', '-gencode=arch=compute_75,code=compute_75', '-Xcudafe', '--display_error_number', '-Werror', 'all-warnings', '-Xcompiler', '-Wall', '-Xcompiler', '-Wextra', '-Xcompiler', '-Werror', '-Xcompiler', '-Wno-literal-suffix', '-Xcompiler', '-Wno-unused-parameter', '-Xcompiler', '-Wno-deprecated-declarations', '-Xcompiler', '-Wno-noexcept-type', '-Xcompiler', '-Wno-unused-function', '-D_LIBCUDACXX_DISABLE_PRAGMA_GCC_SYSTEM_HEADER', '-c']
Exit Code: 1
Standard Error:
--
#$ _NVVM_BRANCH_=nvvm
#$ _SPACE_=
#$ _CUDART_=cudart
#$ _HERE_=/usr/local/cuda/bin
#$ _THERE_=/usr/local/cuda/bin
#$ _TARGET_SIZE_=
#$ _TARGET_DIR_=
#$ _TARGET_DIR_=targets/x86_64-linux
#$ TOP=/usr/local/cuda/bin/..
#$ NVVMIR_LIBRARY_DIR=/usr/local/cuda/bin/../nvvm/libdevice
#$ LD_LIBRARY_PATH=/usr/local/cuda/bin/../lib:/usr/local/cuda-10.1/include:/usr/local/cuda-11.0/lib64:/usr/local/cuda-10.2/lib64:/usr/local/cuda-10.1/lib64::/usr/local/cuda/extras/CUPTI/lib64
#$ PATH=/usr/local/cuda/bin/../nvvm/bin:/usr/local/cuda/bin:/usr/local/cuda/bin:/home/dogacel/.nvm/versions/node/v14.4.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/mnt/c/Windows/system32:/mnt/c/Windows:/mnt/c/Windows/System32/Wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0/:/mnt/c/Windows/System32/OpenSSH/:/mnt/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common:/mnt/c/WINDOWS/system32:/mnt/c/WINDOWS:/mnt/c/WINDOWS/System32/Wbem:/mnt/c/WINDOWS/System32/WindowsPowerShell/v1.0/:/mnt/c/WINDOWS/System32/OpenSSH/:/mnt/c/Users/dogac/AppData/Local/Microsoft/WindowsApps:/mnt/c/Users/dogac/AppData/Local/Programs/Microsoft VS Code/bin:/mnt/c/Users/dogac/Documents/Git/cmd:/mnt/c/src/flutter/bin:/home/dogacel/.local/bin
#$ INCLUDES="-I/usr/local/cuda/bin/../targets/x86_64-linux/include"
#$ LIBRARIES=  "-L/usr/local/cuda/bin/../targets/x86_64-linux/lib/stubs" "-L/usr/local/cuda/bin/../targets/x86_64-linux/lib"
#$ CUDAFE_FLAGS=
#$ PTXAS_FLAGS=
#$ g++ -std=c++11 -D__CUDA_ARCH__=750 -E -x c++  -DCUDA_DOUBLE_MATH_FUNCTIONS -D__CUDACC__ -D__NVCC__ -D__CUDACC_EXTENDED_LAMBDA__  -fno-exceptions -fno-rtti -Wall -Wextra -Werror -Wno-literal-suffix -Wno-unused-parameter -Wno-deprecated-declarations -Wno-noexcept-type -Wno-unused-function -I"/home/dogacel/libcudacxx/include" -I"/home/dogacel/libcudacxx/build/libcxx/include/c++build" -I"/home/dogacel/libcudacxx/test/support" -I"/home/dogacel/libcudacxx/include" -I"/home/dogacel/libcudacxx/../cuda/tools/cooperative_groups" -I"/home/dogacel/libcudacxx/../cuda/tools/libcudacxxext" "-I/usr/local/cuda/bin/../targets/x86_64-linux/include"    -D "__STDC_FORMAT_MACROS" -D "__STDC_LIMIT_MACROS" -D "__STDC_CONSTANT_MACROS" -D "_LIBCUDACXX_NO_RTTI" -D "_LIBCUDACXX_DISABLE_PRAGMA_GCC_SYSTEM_HEADER" -D__CUDACC_VER_MAJOR__=11 -D__CUDACC_VER_MINOR__=0 -D__CUDACC_VER_BUILD__=221 -include "cuda_runtime.h" -include "/home/dogacel/libcudacxx/test/support/nasty_macros.h" -include "/home/dogacel/libcudacxx/test/force_include.h" -Werror -m64 "/home/dogacel/libcudacxx/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_block_8.pass.cpp" -o "/tmp/tmpxft_00007ccc_00000000-7_pipeline_memcpy_async_thread_scope_block_8.pass.cpp1.ii"
In file included from /home/dogacel/libcudacxx/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_block_8.pass.cpp:11:
/home/dogacel/libcudacxx/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_generic.h:12:10: fatal error: cuda/pipeline: No such file or directory
   12 | #include <cuda/pipeline>
      |          ^~~~~~~~~~~~~~~
compilation terminated.
# --error 0x1 --
--

Compilation failed unexpectedly!
********************
FAIL: libcu++ :: cuda/pipeline_memcpy_async_thread_scope_block_large_type.pass.cpp (9 of 528)
******************** TEST 'libcu++ :: cuda/pipeline_memcpy_async_thread_scope_block_large_type.pass.cpp' FAILED ********************
Command: ['/usr/local/cuda/bin/nvcc', '-o', '/home/dogacel/libcudacxx/build/libcxx/test/cuda/Output/pipeline_memcpy_async_thread_scope_block_large_type.pass.cpp.o', '-x', 'cu', '/home/dogacel/libcudacxx/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_block_large_type.pass.cpp', '-c', '-v', '-ftemplate-depth=270', '-ccbin=g++', '-std=c++11', '-include', '/home/dogacel/libcudacxx/test/support/nasty_macros.h', '-I/home/dogacel/libcudacxx/include', '-I/home/dogacel/libcudacxx/build/libcxx/include/c++build', '-D__STDC_FORMAT_MACROS', '-D__STDC_LIMIT_MACROS', '-D__STDC_CONSTANT_MACROS', '-Xcompiler', '-fno-exceptions', '-Xcompiler', '-fno-rtti', '-D_LIBCUDACXX_NO_RTTI', '-I/home/dogacel/libcudacxx/test/support', '-include', '/home/dogacel/libcudacxx/test/force_include.h', '-I/home/dogacel/libcudacxx/include', '-I/home/dogacel/libcudacxx/../cuda/tools/cooperative_groups', '-I/home/dogacel/libcudacxx/../cuda/tools/libcudacxxext', '--extended-lambda', '-gencode=arch=compute_75,code=sm_75', '-gencode=arch=compute_75,code=compute_75', '-Xcudafe', '--display_error_number', '-Werror', 'all-warnings', '-Xcompiler', '-Wall', '-Xcompiler', '-Wextra', '-Xcompiler', '-Werror', '-Xcompiler', '-Wno-literal-suffix', '-Xcompiler', '-Wno-unused-parameter', '-Xcompiler', '-Wno-deprecated-declarations', '-Xcompiler', '-Wno-noexcept-type', '-Xcompiler', '-Wno-unused-function', '-D_LIBCUDACXX_DISABLE_PRAGMA_GCC_SYSTEM_HEADER', '-c']
Exit Code: 1
Standard Error:
--
#$ _NVVM_BRANCH_=nvvm
#$ _SPACE_=
#$ _CUDART_=cudart
#$ _HERE_=/usr/local/cuda/bin
#$ _THERE_=/usr/local/cuda/bin
#$ _TARGET_SIZE_=
#$ _TARGET_DIR_=
#$ _TARGET_DIR_=targets/x86_64-linux
#$ TOP=/usr/local/cuda/bin/..
#$ NVVMIR_LIBRARY_DIR=/usr/local/cuda/bin/../nvvm/libdevice
#$ LD_LIBRARY_PATH=/usr/local/cuda/bin/../lib:/usr/local/cuda-10.1/include:/usr/local/cuda-11.0/lib64:/usr/local/cuda-10.2/lib64:/usr/local/cuda-10.1/lib64::/usr/local/cuda/extras/CUPTI/lib64
#$ PATH=/usr/local/cuda/bin/../nvvm/bin:/usr/local/cuda/bin:/usr/local/cuda/bin:/home/dogacel/.nvm/versions/node/v14.4.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/mnt/c/Windows/system32:/mnt/c/Windows:/mnt/c/Windows/System32/Wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0/:/mnt/c/Windows/System32/OpenSSH/:/mnt/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common:/mnt/c/WINDOWS/system32:/mnt/c/WINDOWS:/mnt/c/WINDOWS/System32/Wbem:/mnt/c/WINDOWS/System32/WindowsPowerShell/v1.0/:/mnt/c/WINDOWS/System32/OpenSSH/:/mnt/c/Users/dogac/AppData/Local/Microsoft/WindowsApps:/mnt/c/Users/dogac/AppData/Local/Programs/Microsoft VS Code/bin:/mnt/c/Users/dogac/Documents/Git/cmd:/mnt/c/src/flutter/bin:/home/dogacel/.local/bin
#$ INCLUDES="-I/usr/local/cuda/bin/../targets/x86_64-linux/include"
#$ LIBRARIES=  "-L/usr/local/cuda/bin/../targets/x86_64-linux/lib/stubs" "-L/usr/local/cuda/bin/../targets/x86_64-linux/lib"
#$ CUDAFE_FLAGS=
#$ PTXAS_FLAGS=
#$ g++ -std=c++11 -D__CUDA_ARCH__=750 -E -x c++  -DCUDA_DOUBLE_MATH_FUNCTIONS -D__CUDACC__ -D__NVCC__ -D__CUDACC_EXTENDED_LAMBDA__  -fno-exceptions -fno-rtti -Wall -Wextra -Werror -Wno-literal-suffix -Wno-unused-parameter -Wno-deprecated-declarations -Wno-noexcept-type -Wno-unused-function -I"/home/dogacel/libcudacxx/include" -I"/home/dogacel/libcudacxx/build/libcxx/include/c++build" -I"/home/dogacel/libcudacxx/test/support" -I"/home/dogacel/libcudacxx/include" -I"/home/dogacel/libcudacxx/../cuda/tools/cooperative_groups" -I"/home/dogacel/libcudacxx/../cuda/tools/libcudacxxext" "-I/usr/local/cuda/bin/../targets/x86_64-linux/include"    -D "__STDC_FORMAT_MACROS" -D "__STDC_LIMIT_MACROS" -D "__STDC_CONSTANT_MACROS" -D "_LIBCUDACXX_NO_RTTI" -D "_LIBCUDACXX_DISABLE_PRAGMA_GCC_SYSTEM_HEADER" -D__CUDACC_VER_MAJOR__=11 -D__CUDACC_VER_MINOR__=0 -D__CUDACC_VER_BUILD__=221 -include "cuda_runtime.h" -include "/home/dogacel/libcudacxx/test/support/nasty_macros.h" -include "/home/dogacel/libcudacxx/test/force_include.h" -Werror -m64 "/home/dogacel/libcudacxx/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_block_large_type.pass.cpp" -o "/tmp/tmpxft_00007cd2_00000000-7_pipeline_memcpy_async_thread_scope_block_large_type.pass.cpp1.ii"
In file included from /home/dogacel/libcudacxx/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_block_large_type.pass.cpp:11:
/home/dogacel/libcudacxx/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_generic.h:12:10: fatal error: cuda/pipeline: No such file or directory
   12 | #include <cuda/pipeline>
      |          ^~~~~~~~~~~~~~~
compilation terminated.
# --error 0x1 --
--

Compilation failed unexpectedly!
********************
FAIL: libcu++ :: cuda/pipeline_memcpy_async_thread_scope_device_16.pass.cpp (10 of 528)
******************** TEST 'libcu++ :: cuda/pipeline_memcpy_async_thread_scope_device_16.pass.cpp' FAILED ********************
Command: ['/usr/local/cuda/bin/nvcc', '-o', '/home/dogacel/libcudacxx/build/libcxx/test/cuda/Output/pipeline_memcpy_async_thread_scope_device_16.pass.cpp.o', '-x', 'cu', '/home/dogacel/libcudacxx/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_device_16.pass.cpp', '-c', '-v', '-ftemplate-depth=270', '-ccbin=g++', '-std=c++11', '-include', '/home/dogacel/libcudacxx/test/support/nasty_macros.h', '-I/home/dogacel/libcudacxx/include', '-I/home/dogacel/libcudacxx/build/libcxx/include/c++build', '-D__STDC_FORMAT_MACROS', '-D__STDC_LIMIT_MACROS', '-D__STDC_CONSTANT_MACROS', '-Xcompiler', '-fno-exceptions', '-Xcompiler', '-fno-rtti', '-D_LIBCUDACXX_NO_RTTI', '-I/home/dogacel/libcudacxx/test/support', '-include', '/home/dogacel/libcudacxx/test/force_include.h', '-I/home/dogacel/libcudacxx/include', '-I/home/dogacel/libcudacxx/../cuda/tools/cooperative_groups', '-I/home/dogacel/libcudacxx/../cuda/tools/libcudacxxext', '--extended-lambda', '-gencode=arch=compute_75,code=sm_75', '-gencode=arch=compute_75,code=compute_75', '-Xcudafe', '--display_error_number', '-Werror', 'all-warnings', '-Xcompiler', '-Wall', '-Xcompiler', '-Wextra', '-Xcompiler', '-Werror', '-Xcompiler', '-Wno-literal-suffix', '-Xcompiler', '-Wno-unused-parameter', '-Xcompiler', '-Wno-deprecated-declarations', '-Xcompiler', '-Wno-noexcept-type', '-Xcompiler', '-Wno-unused-function', '-D_LIBCUDACXX_DISABLE_PRAGMA_GCC_SYSTEM_HEADER', '-c']
Exit Code: 1
Standard Error:
--
#$ _NVVM_BRANCH_=nvvm
#$ _SPACE_=
#$ _CUDART_=cudart
#$ _HERE_=/usr/local/cuda/bin
#$ _THERE_=/usr/local/cuda/bin
#$ _TARGET_SIZE_=
#$ _TARGET_DIR_=
#$ _TARGET_DIR_=targets/x86_64-linux
#$ TOP=/usr/local/cuda/bin/..
#$ NVVMIR_LIBRARY_DIR=/usr/local/cuda/bin/../nvvm/libdevice
#$ LD_LIBRARY_PATH=/usr/local/cuda/bin/../lib:/usr/local/cuda-10.1/include:/usr/local/cuda-11.0/lib64:/usr/local/cuda-10.2/lib64:/usr/local/cuda-10.1/lib64::/usr/local/cuda/extras/CUPTI/lib64
#$ PATH=/usr/local/cuda/bin/../nvvm/bin:/usr/local/cuda/bin:/usr/local/cuda/bin:/home/dogacel/.nvm/versions/node/v14.4.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/mnt/c/Windows/system32:/mnt/c/Windows:/mnt/c/Windows/System32/Wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0/:/mnt/c/Windows/System32/OpenSSH/:/mnt/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common:/mnt/c/WINDOWS/system32:/mnt/c/WINDOWS:/mnt/c/WINDOWS/System32/Wbem:/mnt/c/WINDOWS/System32/WindowsPowerShell/v1.0/:/mnt/c/WINDOWS/System32/OpenSSH/:/mnt/c/Users/dogac/AppData/Local/Microsoft/WindowsApps:/mnt/c/Users/dogac/AppData/Local/Programs/Microsoft VS Code/bin:/mnt/c/Users/dogac/Documents/Git/cmd:/mnt/c/src/flutter/bin:/home/dogacel/.local/bin
#$ INCLUDES="-I/usr/local/cuda/bin/../targets/x86_64-linux/include"
#$ LIBRARIES=  "-L/usr/local/cuda/bin/../targets/x86_64-linux/lib/stubs" "-L/usr/local/cuda/bin/../targets/x86_64-linux/lib"
#$ CUDAFE_FLAGS=
#$ PTXAS_FLAGS=
#$ g++ -std=c++11 -D__CUDA_ARCH__=750 -E -x c++  -DCUDA_DOUBLE_MATH_FUNCTIONS -D__CUDACC__ -D__NVCC__ -D__CUDACC_EXTENDED_LAMBDA__  -fno-exceptions -fno-rtti -Wall -Wextra -Werror -Wno-literal-suffix -Wno-unused-parameter -Wno-deprecated-declarations -Wno-noexcept-type -Wno-unused-function -I"/home/dogacel/libcudacxx/include" -I"/home/dogacel/libcudacxx/build/libcxx/include/c++build" -I"/home/dogacel/libcudacxx/test/support" -I"/home/dogacel/libcudacxx/include" -I"/home/dogacel/libcudacxx/../cuda/tools/cooperative_groups" -I"/home/dogacel/libcudacxx/../cuda/tools/libcudacxxext" "-I/usr/local/cuda/bin/../targets/x86_64-linux/include"    -D "__STDC_FORMAT_MACROS" -D "__STDC_LIMIT_MACROS" -D "__STDC_CONSTANT_MACROS" -D "_LIBCUDACXX_NO_RTTI" -D "_LIBCUDACXX_DISABLE_PRAGMA_GCC_SYSTEM_HEADER" -D__CUDACC_VER_MAJOR__=11 -D__CUDACC_VER_MINOR__=0 -D__CUDACC_VER_BUILD__=221 -include "cuda_runtime.h" -include "/home/dogacel/libcudacxx/test/support/nasty_macros.h" -include "/home/dogacel/libcudacxx/test/force_include.h" -Werror -m64 "/home/dogacel/libcudacxx/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_device_16.pass.cpp" -o "/tmp/tmpxft_00007cd8_00000000-7_pipeline_memcpy_async_thread_scope_device_16.pass.cpp1.ii"
In file included from /home/dogacel/libcudacxx/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_device_16.pass.cpp:11:
/home/dogacel/libcudacxx/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_generic.h:12:10: fatal error: cuda/pipeline: No such file or directory
   12 | #include <cuda/pipeline>
      |          ^~~~~~~~~~~~~~~
compilation terminated.
# --error 0x1 --
--

Compilation failed unexpectedly!
********************
FAIL: libcu++ :: cuda/pipeline_memcpy_async_thread_scope_device_32.pass.cpp (11 of 528)
******************** TEST 'libcu++ :: cuda/pipeline_memcpy_async_thread_scope_device_32.pass.cpp' FAILED ********************
Command: ['/usr/local/cuda/bin/nvcc', '-o', '/home/dogacel/libcudacxx/build/libcxx/test/cuda/Output/pipeline_memcpy_async_thread_scope_device_32.pass.cpp.o', '-x', 'cu', '/home/dogacel/libcudacxx/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_device_32.pass.cpp', '-c', '-v', '-ftemplate-depth=270', '-ccbin=g++', '-std=c++11', '-include', '/home/dogacel/libcudacxx/test/support/nasty_macros.h', '-I/home/dogacel/libcudacxx/include', '-I/home/dogacel/libcudacxx/build/libcxx/include/c++build', '-D__STDC_FORMAT_MACROS', '-D__STDC_LIMIT_MACROS', '-D__STDC_CONSTANT_MACROS', '-Xcompiler', '-fno-exceptions', '-Xcompiler', '-fno-rtti', '-D_LIBCUDACXX_NO_RTTI', '-I/home/dogacel/libcudacxx/test/support', '-include', '/home/dogacel/libcudacxx/test/force_include.h', '-I/home/dogacel/libcudacxx/include', '-I/home/dogacel/libcudacxx/../cuda/tools/cooperative_groups', '-I/home/dogacel/libcudacxx/../cuda/tools/libcudacxxext', '--extended-lambda', '-gencode=arch=compute_75,code=sm_75', '-gencode=arch=compute_75,code=compute_75', '-Xcudafe', '--display_error_number', '-Werror', 'all-warnings', '-Xcompiler', '-Wall', '-Xcompiler', '-Wextra', '-Xcompiler', '-Werror', '-Xcompiler', '-Wno-literal-suffix', '-Xcompiler', '-Wno-unused-parameter', '-Xcompiler', '-Wno-deprecated-declarations', '-Xcompiler', '-Wno-noexcept-type', '-Xcompiler', '-Wno-unused-function', '-D_LIBCUDACXX_DISABLE_PRAGMA_GCC_SYSTEM_HEADER', '-c']
Exit Code: 1
Standard Error:
--
#$ _NVVM_BRANCH_=nvvm
#$ _SPACE_=
#$ _CUDART_=cudart
#$ _HERE_=/usr/local/cuda/bin
#$ _THERE_=/usr/local/cuda/bin
#$ _TARGET_SIZE_=
#$ _TARGET_DIR_=
#$ _TARGET_DIR_=targets/x86_64-linux
#$ TOP=/usr/local/cuda/bin/..
#$ NVVMIR_LIBRARY_DIR=/usr/local/cuda/bin/../nvvm/libdevice
#$ LD_LIBRARY_PATH=/usr/local/cuda/bin/../lib:/usr/local/cuda-10.1/include:/usr/local/cuda-11.0/lib64:/usr/local/cuda-10.2/lib64:/usr/local/cuda-10.1/lib64::/usr/local/cuda/extras/CUPTI/lib64
#$ PATH=/usr/local/cuda/bin/../nvvm/bin:/usr/local/cuda/bin:/usr/local/cuda/bin:/home/dogacel/.nvm/versions/node/v14.4.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/mnt/c/Windows/system32:/mnt/c/Windows:/mnt/c/Windows/System32/Wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0/:/mnt/c/Windows/System32/OpenSSH/:/mnt/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common:/mnt/c/WINDOWS/system32:/mnt/c/WINDOWS:/mnt/c/WINDOWS/System32/Wbem:/mnt/c/WINDOWS/System32/WindowsPowerShell/v1.0/:/mnt/c/WINDOWS/System32/OpenSSH/:/mnt/c/Users/dogac/AppData/Local/Microsoft/WindowsApps:/mnt/c/Users/dogac/AppData/Local/Programs/Microsoft VS Code/bin:/mnt/c/Users/dogac/Documents/Git/cmd:/mnt/c/src/flutter/bin:/home/dogacel/.local/bin
#$ INCLUDES="-I/usr/local/cuda/bin/../targets/x86_64-linux/include"
#$ LIBRARIES=  "-L/usr/local/cuda/bin/../targets/x86_64-linux/lib/stubs" "-L/usr/local/cuda/bin/../targets/x86_64-linux/lib"
#$ CUDAFE_FLAGS=
#$ PTXAS_FLAGS=
#$ g++ -std=c++11 -D__CUDA_ARCH__=750 -E -x c++  -DCUDA_DOUBLE_MATH_FUNCTIONS -D__CUDACC__ -D__NVCC__ -D__CUDACC_EXTENDED_LAMBDA__  -fno-exceptions -fno-rtti -Wall -Wextra -Werror -Wno-literal-suffix -Wno-unused-parameter -Wno-deprecated-declarations -Wno-noexcept-type -Wno-unused-function -I"/home/dogacel/libcudacxx/include" -I"/home/dogacel/libcudacxx/build/libcxx/include/c++build" -I"/home/dogacel/libcudacxx/test/support" -I"/home/dogacel/libcudacxx/include" -I"/home/dogacel/libcudacxx/../cuda/tools/cooperative_groups" -I"/home/dogacel/libcudacxx/../cuda/tools/libcudacxxext" "-I/usr/local/cuda/bin/../targets/x86_64-linux/include"    -D "__STDC_FORMAT_MACROS" -D "__STDC_LIMIT_MACROS" -D "__STDC_CONSTANT_MACROS" -D "_LIBCUDACXX_NO_RTTI" -D "_LIBCUDACXX_DISABLE_PRAGMA_GCC_SYSTEM_HEADER" -D__CUDACC_VER_MAJOR__=11 -D__CUDACC_VER_MINOR__=0 -D__CUDACC_VER_BUILD__=221 -include "cuda_runtime.h" -include "/home/dogacel/libcudacxx/test/support/nasty_macros.h" -include "/home/dogacel/libcudacxx/test/force_include.h" -Werror -m64 "/home/dogacel/libcudacxx/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_device_32.pass.cpp" -o "/tmp/tmpxft_00007ce3_00000000-7_pipeline_memcpy_async_thread_scope_device_32.pass.cpp1.ii"
In file included from /home/dogacel/libcudacxx/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_device_32.pass.cpp:11:
/home/dogacel/libcudacxx/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_generic.h:12:10: fatal error: cuda/pipeline: No such file or directory
   12 | #include <cuda/pipeline>
      |          ^~~~~~~~~~~~~~~
compilation terminated.
# --error 0x1 --
--

Compilation failed unexpectedly!
********************
FAIL: libcu++ :: cuda/pipeline_memcpy_async_thread_scope_device_64.pass.cpp (12 of 528)
******************** TEST 'libcu++ :: cuda/pipeline_memcpy_async_thread_scope_device_64.pass.cpp' FAILED ********************
Command: ['/usr/local/cuda/bin/nvcc', '-o', '/home/dogacel/libcudacxx/build/libcxx/test/cuda/Output/pipeline_memcpy_async_thread_scope_device_64.pass.cpp.o', '-x', 'cu', '/home/dogacel/libcudacxx/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_device_64.pass.cpp', '-c', '-v', '-ftemplate-depth=270', '-ccbin=g++', '-std=c++11', '-include', '/home/dogacel/libcudacxx/test/support/nasty_macros.h', '-I/home/dogacel/libcudacxx/include', '-I/home/dogacel/libcudacxx/build/libcxx/include/c++build', '-D__STDC_FORMAT_MACROS', '-D__STDC_LIMIT_MACROS', '-D__STDC_CONSTANT_MACROS', '-Xcompiler', '-fno-exceptions', '-Xcompiler', '-fno-rtti', '-D_LIBCUDACXX_NO_RTTI', '-I/home/dogacel/libcudacxx/test/support', '-include', '/home/dogacel/libcudacxx/test/force_include.h', '-I/home/dogacel/libcudacxx/include', '-I/home/dogacel/libcudacxx/../cuda/tools/cooperative_groups', '-I/home/dogacel/libcudacxx/../cuda/tools/libcudacxxext', '--extended-lambda', '-gencode=arch=compute_75,code=sm_75', '-gencode=arch=compute_75,code=compute_75', '-Xcudafe', '--display_error_number', '-Werror', 'all-warnings', '-Xcompiler', '-Wall', '-Xcompiler', '-Wextra', '-Xcompiler', '-Werror', '-Xcompiler', '-Wno-literal-suffix', '-Xcompiler', '-Wno-unused-parameter', '-Xcompiler', '-Wno-deprecated-declarations', '-Xcompiler', '-Wno-noexcept-type', '-Xcompiler', '-Wno-unused-function', '-D_LIBCUDACXX_DISABLE_PRAGMA_GCC_SYSTEM_HEADER', '-c']
Exit Code: 1
Standard Error:
--
#$ _NVVM_BRANCH_=nvvm
#$ _SPACE_=
#$ _CUDART_=cudart
#$ _HERE_=/usr/local/cuda/bin
#$ _THERE_=/usr/local/cuda/bin
#$ _TARGET_SIZE_=
#$ _TARGET_DIR_=
#$ _TARGET_DIR_=targets/x86_64-linux
#$ TOP=/usr/local/cuda/bin/..
#$ NVVMIR_LIBRARY_DIR=/usr/local/cuda/bin/../nvvm/libdevice
#$ LD_LIBRARY_PATH=/usr/local/cuda/bin/../lib:/usr/local/cuda-10.1/include:/usr/local/cuda-11.0/lib64:/usr/local/cuda-10.2/lib64:/usr/local/cuda-10.1/lib64::/usr/local/cuda/extras/CUPTI/lib64
#$ PATH=/usr/local/cuda/bin/../nvvm/bin:/usr/local/cuda/bin:/usr/local/cuda/bin:/home/dogacel/.nvm/versions/node/v14.4.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/mnt/c/Windows/system32:/mnt/c/Windows:/mnt/c/Windows/System32/Wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0/:/mnt/c/Windows/System32/OpenSSH/:/mnt/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common:/mnt/c/WINDOWS/system32:/mnt/c/WINDOWS:/mnt/c/WINDOWS/System32/Wbem:/mnt/c/WINDOWS/System32/WindowsPowerShell/v1.0/:/mnt/c/WINDOWS/System32/OpenSSH/:/mnt/c/Users/dogac/AppData/Local/Microsoft/WindowsApps:/mnt/c/Users/dogac/AppData/Local/Programs/Microsoft VS Code/bin:/mnt/c/Users/dogac/Documents/Git/cmd:/mnt/c/src/flutter/bin:/home/dogacel/.local/bin
#$ INCLUDES="-I/usr/local/cuda/bin/../targets/x86_64-linux/include"
#$ LIBRARIES=  "-L/usr/local/cuda/bin/../targets/x86_64-linux/lib/stubs" "-L/usr/local/cuda/bin/../targets/x86_64-linux/lib"
#$ CUDAFE_FLAGS=
#$ PTXAS_FLAGS=
#$ g++ -std=c++11 -D__CUDA_ARCH__=750 -E -x c++  -DCUDA_DOUBLE_MATH_FUNCTIONS -D__CUDACC__ -D__NVCC__ -D__CUDACC_EXTENDED_LAMBDA__  -fno-exceptions -fno-rtti -Wall -Wextra -Werror -Wno-literal-suffix -Wno-unused-parameter -Wno-deprecated-declarations -Wno-noexcept-type -Wno-unused-function -I"/home/dogacel/libcudacxx/include" -I"/home/dogacel/libcudacxx/build/libcxx/include/c++build" -I"/home/dogacel/libcudacxx/test/support" -I"/home/dogacel/libcudacxx/include" -I"/home/dogacel/libcudacxx/../cuda/tools/cooperative_groups" -I"/home/dogacel/libcudacxx/../cuda/tools/libcudacxxext" "-I/usr/local/cuda/bin/../targets/x86_64-linux/include"    -D "__STDC_FORMAT_MACROS" -D "__STDC_LIMIT_MACROS" -D "__STDC_CONSTANT_MACROS" -D "_LIBCUDACXX_NO_RTTI" -D "_LIBCUDACXX_DISABLE_PRAGMA_GCC_SYSTEM_HEADER" -D__CUDACC_VER_MAJOR__=11 -D__CUDACC_VER_MINOR__=0 -D__CUDACC_VER_BUILD__=221 -include "cuda_runtime.h" -include "/home/dogacel/libcudacxx/test/support/nasty_macros.h" -include "/home/dogacel/libcudacxx/test/force_include.h" -Werror -m64 "/home/dogacel/libcudacxx/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_device_64.pass.cpp" -o "/tmp/tmpxft_00007ceb_00000000-7_pipeline_memcpy_async_thread_scope_device_64.pass.cpp1.ii"
In file included from /home/dogacel/libcudacxx/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_device_64.pass.cpp:11:
/home/dogacel/libcudacxx/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_generic.h:12:10: fatal error: cuda/pipeline: No such file or directory
   12 | #include <cuda/pipeline>
      |          ^~~~~~~~~~~~~~~
compilation terminated.
# --error 0x1 --
--

Compilation failed unexpectedly!
********************
FAIL: libcu++ :: cuda/pipeline_memcpy_async_thread_scope_device_8.pass.cpp (13 of 528)
******************** TEST 'libcu++ :: cuda/pipeline_memcpy_async_thread_scope_device_8.pass.cpp' FAILED ********************
Command: ['/usr/local/cuda/bin/nvcc', '-o', '/home/dogacel/libcudacxx/build/libcxx/test/cuda/Output/pipeline_memcpy_async_thread_scope_device_8.pass.cpp.o', '-x', 'cu', '/home/dogacel/libcudacxx/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_device_8.pass.cpp', '-c', '-v', '-ftemplate-depth=270', '-ccbin=g++', '-std=c++11', '-include', '/home/dogacel/libcudacxx/test/support/nasty_macros.h', '-I/home/dogacel/libcudacxx/include', '-I/home/dogacel/libcudacxx/build/libcxx/include/c++build', '-D__STDC_FORMAT_MACROS', '-D__STDC_LIMIT_MACROS', '-D__STDC_CONSTANT_MACROS', '-Xcompiler', '-fno-exceptions', '-Xcompiler', '-fno-rtti', '-D_LIBCUDACXX_NO_RTTI', '-I/home/dogacel/libcudacxx/test/support', '-include', '/home/dogacel/libcudacxx/test/force_include.h', '-I/home/dogacel/libcudacxx/include', '-I/home/dogacel/libcudacxx/../cuda/tools/cooperative_groups', '-I/home/dogacel/libcudacxx/../cuda/tools/libcudacxxext', '--extended-lambda', '-gencode=arch=compute_75,code=sm_75', '-gencode=arch=compute_75,code=compute_75', '-Xcudafe', '--display_error_number', '-Werror', 'all-warnings', '-Xcompiler', '-Wall', '-Xcompiler', '-Wextra', '-Xcompiler', '-Werror', '-Xcompiler', '-Wno-literal-suffix', '-Xcompiler', '-Wno-unused-parameter', '-Xcompiler', '-Wno-deprecated-declarations', '-Xcompiler', '-Wno-noexcept-type', '-Xcompiler', '-Wno-unused-function', '-D_LIBCUDACXX_DISABLE_PRAGMA_GCC_SYSTEM_HEADER', '-c']
Exit Code: 1
Standard Error:
--
#$ _NVVM_BRANCH_=nvvm
#$ _SPACE_=
#$ _CUDART_=cudart
#$ _HERE_=/usr/local/cuda/bin
#$ _THERE_=/usr/local/cuda/bin
#$ _TARGET_SIZE_=
#$ _TARGET_DIR_=
#$ _TARGET_DIR_=targets/x86_64-linux
#$ TOP=/usr/local/cuda/bin/..
#$ NVVMIR_LIBRARY_DIR=/usr/local/cuda/bin/../nvvm/libdevice
#$ LD_LIBRARY_PATH=/usr/local/cuda/bin/../lib:/usr/local/cuda-10.1/include:/usr/local/cuda-11.0/lib64:/usr/local/cuda-10.2/lib64:/usr/local/cuda-10.1/lib64::/usr/local/cuda/extras/CUPTI/lib64
#$ PATH=/usr/local/cuda/bin/../nvvm/bin:/usr/local/cuda/bin:/usr/local/cuda/bin:/home/dogacel/.nvm/versions/node/v14.4.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/mnt/c/Windows/system32:/mnt/c/Windows:/mnt/c/Windows/System32/Wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0/:/mnt/c/Windows/System32/OpenSSH/:/mnt/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common:/mnt/c/WINDOWS/system32:/mnt/c/WINDOWS:/mnt/c/WINDOWS/System32/Wbem:/mnt/c/WINDOWS/System32/WindowsPowerShell/v1.0/:/mnt/c/WINDOWS/System32/OpenSSH/:/mnt/c/Users/dogac/AppData/Local/Microsoft/WindowsApps:/mnt/c/Users/dogac/AppData/Local/Programs/Microsoft VS Code/bin:/mnt/c/Users/dogac/Documents/Git/cmd:/mnt/c/src/flutter/bin:/home/dogacel/.local/bin
#$ INCLUDES="-I/usr/local/cuda/bin/../targets/x86_64-linux/include"
#$ LIBRARIES=  "-L/usr/local/cuda/bin/../targets/x86_64-linux/lib/stubs" "-L/usr/local/cuda/bin/../targets/x86_64-linux/lib"
#$ CUDAFE_FLAGS=
#$ PTXAS_FLAGS=
#$ g++ -std=c++11 -D__CUDA_ARCH__=750 -E -x c++  -DCUDA_DOUBLE_MATH_FUNCTIONS -D__CUDACC__ -D__NVCC__ -D__CUDACC_EXTENDED_LAMBDA__  -fno-exceptions -fno-rtti -Wall -Wextra -Werror -Wno-literal-suffix -Wno-unused-parameter -Wno-deprecated-declarations -Wno-noexcept-type -Wno-unused-function -I"/home/dogacel/libcudacxx/include" -I"/home/dogacel/libcudacxx/build/libcxx/include/c++build" -I"/home/dogacel/libcudacxx/test/support" -I"/home/dogacel/libcudacxx/include" -I"/home/dogacel/libcudacxx/../cuda/tools/cooperative_groups" -I"/home/dogacel/libcudacxx/../cuda/tools/libcudacxxext" "-I/usr/local/cuda/bin/../targets/x86_64-linux/include"    -D "__STDC_FORMAT_MACROS" -D "__STDC_LIMIT_MACROS" -D "__STDC_CONSTANT_MACROS" -D "_LIBCUDACXX_NO_RTTI" -D "_LIBCUDACXX_DISABLE_PRAGMA_GCC_SYSTEM_HEADER" -D__CUDACC_VER_MAJOR__=11 -D__CUDACC_VER_MINOR__=0 -D__CUDACC_VER_BUILD__=221 -include "cuda_runtime.h" -include "/home/dogacel/libcudacxx/test/support/nasty_macros.h" -include "/home/dogacel/libcudacxx/test/force_include.h" -Werror -m64 "/home/dogacel/libcudacxx/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_device_8.pass.cpp" -o "/tmp/tmpxft_00007cf1_00000000-7_pipeline_memcpy_async_thread_scope_device_8.pass.cpp1.ii"
In file included from /home/dogacel/libcudacxx/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_device_8.pass.cpp:11:
/home/dogacel/libcudacxx/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_generic.h:12:10: fatal error: cuda/pipeline: No such file or directory
   12 | #include <cuda/pipeline>
      |          ^~~~~~~~~~~~~~~
compilation terminated.
# --error 0x1 --
--

Compilation failed unexpectedly!
********************
FAIL: libcu++ :: cuda/pipeline_memcpy_async_thread_scope_device_large_type.pass.cpp (14 of 528)
******************** TEST 'libcu++ :: cuda/pipeline_memcpy_async_thread_scope_device_large_type.pass.cpp' FAILED ********************
Command: ['/usr/local/cuda/bin/nvcc', '-o', '/home/dogacel/libcudacxx/build/libcxx/test/cuda/Output/pipeline_memcpy_async_thread_scope_device_large_type.pass.cpp.o', '-x', 'cu', '/home/dogacel/libcudacxx/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_device_large_type.pass.cpp', '-c', '-v', '-ftemplate-depth=270', '-ccbin=g++', '-std=c++11', '-include', '/home/dogacel/libcudacxx/test/support/nasty_macros.h', '-I/home/dogacel/libcudacxx/include', '-I/home/dogacel/libcudacxx/build/libcxx/include/c++build', '-D__STDC_FORMAT_MACROS', '-D__STDC_LIMIT_MACROS', '-D__STDC_CONSTANT_MACROS', '-Xcompiler', '-fno-exceptions', '-Xcompiler', '-fno-rtti', '-D_LIBCUDACXX_NO_RTTI', '-I/home/dogacel/libcudacxx/test/support', '-include', '/home/dogacel/libcudacxx/test/force_include.h', '-I/home/dogacel/libcudacxx/include', '-I/home/dogacel/libcudacxx/../cuda/tools/cooperative_groups', '-I/home/dogacel/libcudacxx/../cuda/tools/libcudacxxext', '--extended-lambda', '-gencode=arch=compute_75,code=sm_75', '-gencode=arch=compute_75,code=compute_75', '-Xcudafe', '--display_error_number', '-Werror', 'all-warnings', '-Xcompiler', '-Wall', '-Xcompiler', '-Wextra', '-Xcompiler', '-Werror', '-Xcompiler', '-Wno-literal-suffix', '-Xcompiler', '-Wno-unused-parameter', '-Xcompiler', '-Wno-deprecated-declarations', '-Xcompiler', '-Wno-noexcept-type', '-Xcompiler', '-Wno-unused-function', '-D_LIBCUDACXX_DISABLE_PRAGMA_GCC_SYSTEM_HEADER', '-c']
Exit Code: 1
Standard Error:
--
#$ _NVVM_BRANCH_=nvvm
#$ _SPACE_=
#$ _CUDART_=cudart
#$ _HERE_=/usr/local/cuda/bin
#$ _THERE_=/usr/local/cuda/bin
#$ _TARGET_SIZE_=
#$ _TARGET_DIR_=
#$ _TARGET_DIR_=targets/x86_64-linux
#$ TOP=/usr/local/cuda/bin/..
#$ NVVMIR_LIBRARY_DIR=/usr/local/cuda/bin/../nvvm/libdevice
#$ LD_LIBRARY_PATH=/usr/local/cuda/bin/../lib:/usr/local/cuda-10.1/include:/usr/local/cuda-11.0/lib64:/usr/local/cuda-10.2/lib64:/usr/local/cuda-10.1/lib64::/usr/local/cuda/extras/CUPTI/lib64
#$ PATH=/usr/local/cuda/bin/../nvvm/bin:/usr/local/cuda/bin:/usr/local/cuda/bin:/home/dogacel/.nvm/versions/node/v14.4.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/mnt/c/Windows/system32:/mnt/c/Windows:/mnt/c/Windows/System32/Wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0/:/mnt/c/Windows/System32/OpenSSH/:/mnt/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common:/mnt/c/WINDOWS/system32:/mnt/c/WINDOWS:/mnt/c/WINDOWS/System32/Wbem:/mnt/c/WINDOWS/System32/WindowsPowerShell/v1.0/:/mnt/c/WINDOWS/System32/OpenSSH/:/mnt/c/Users/dogac/AppData/Local/Microsoft/WindowsApps:/mnt/c/Users/dogac/AppData/Local/Programs/Microsoft VS Code/bin:/mnt/c/Users/dogac/Documents/Git/cmd:/mnt/c/src/flutter/bin:/home/dogacel/.local/bin
#$ INCLUDES="-I/usr/local/cuda/bin/../targets/x86_64-linux/include"
#$ LIBRARIES=  "-L/usr/local/cuda/bin/../targets/x86_64-linux/lib/stubs" "-L/usr/local/cuda/bin/../targets/x86_64-linux/lib"
#$ CUDAFE_FLAGS=
#$ PTXAS_FLAGS=
#$ g++ -std=c++11 -D__CUDA_ARCH__=750 -E -x c++  -DCUDA_DOUBLE_MATH_FUNCTIONS -D__CUDACC__ -D__NVCC__ -D__CUDACC_EXTENDED_LAMBDA__  -fno-exceptions -fno-rtti -Wall -Wextra -Werror -Wno-literal-suffix -Wno-unused-parameter -Wno-deprecated-declarations -Wno-noexcept-type -Wno-unused-function -I"/home/dogacel/libcudacxx/include" -I"/home/dogacel/libcudacxx/build/libcxx/include/c++build" -I"/home/dogacel/libcudacxx/test/support" -I"/home/dogacel/libcudacxx/include" -I"/home/dogacel/libcudacxx/../cuda/tools/cooperative_groups" -I"/home/dogacel/libcudacxx/../cuda/tools/libcudacxxext" "-I/usr/local/cuda/bin/../targets/x86_64-linux/include"    -D "__STDC_FORMAT_MACROS" -D "__STDC_LIMIT_MACROS" -D "__STDC_CONSTANT_MACROS" -D "_LIBCUDACXX_NO_RTTI" -D "_LIBCUDACXX_DISABLE_PRAGMA_GCC_SYSTEM_HEADER" -D__CUDACC_VER_MAJOR__=11 -D__CUDACC_VER_MINOR__=0 -D__CUDACC_VER_BUILD__=221 -include "cuda_runtime.h" -include "/home/dogacel/libcudacxx/test/support/nasty_macros.h" -include "/home/dogacel/libcudacxx/test/force_include.h" -Werror -m64 "/home/dogacel/libcudacxx/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_device_large_type.pass.cpp" -o "/tmp/tmpxft_00007cfb_00000000-7_pipeline_memcpy_async_thread_scope_device_large_type.pass.cpp1.ii"
In file included from /home/dogacel/libcudacxx/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_device_large_type.pass.cpp:11:
/home/dogacel/libcudacxx/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_generic.h:12:10: fatal error: cuda/pipeline: No such file or directory
   12 | #include <cuda/pipeline>
      |          ^~~~~~~~~~~~~~~
compilation terminated.
# --error 0x1 --
--

Compilation failed unexpectedly!
********************
FAIL: libcu++ :: cuda/pipeline_memcpy_async_thread_scope_system_16.pass.cpp (15 of 528)
******************** TEST 'libcu++ :: cuda/pipeline_memcpy_async_thread_scope_system_16.pass.cpp' FAILED ********************
Command: ['/usr/local/cuda/bin/nvcc', '-o', '/home/dogacel/libcudacxx/build/libcxx/test/cuda/Output/pipeline_memcpy_async_thread_scope_system_16.pass.cpp.o', '-x', 'cu', '/home/dogacel/libcudacxx/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_system_16.pass.cpp', '-c', '-v', '-ftemplate-depth=270', '-ccbin=g++', '-std=c++11', '-include', '/home/dogacel/libcudacxx/test/support/nasty_macros.h', '-I/home/dogacel/libcudacxx/include', '-I/home/dogacel/libcudacxx/build/libcxx/include/c++build', '-D__STDC_FORMAT_MACROS', '-D__STDC_LIMIT_MACROS', '-D__STDC_CONSTANT_MACROS', '-Xcompiler', '-fno-exceptions', '-Xcompiler', '-fno-rtti', '-D_LIBCUDACXX_NO_RTTI', '-I/home/dogacel/libcudacxx/test/support', '-include', '/home/dogacel/libcudacxx/test/force_include.h', '-I/home/dogacel/libcudacxx/include', '-I/home/dogacel/libcudacxx/../cuda/tools/cooperative_groups', '-I/home/dogacel/libcudacxx/../cuda/tools/libcudacxxext', '--extended-lambda', '-gencode=arch=compute_75,code=sm_75', '-gencode=arch=compute_75,code=compute_75', '-Xcudafe', '--display_error_number', '-Werror', 'all-warnings', '-Xcompiler', '-Wall', '-Xcompiler', '-Wextra', '-Xcompiler', '-Werror', '-Xcompiler', '-Wno-literal-suffix', '-Xcompiler', '-Wno-unused-parameter', '-Xcompiler', '-Wno-deprecated-declarations', '-Xcompiler', '-Wno-noexcept-type', '-Xcompiler', '-Wno-unused-function', '-D_LIBCUDACXX_DISABLE_PRAGMA_GCC_SYSTEM_HEADER', '-c']
Exit Code: 1
Standard Error:
--
#$ _NVVM_BRANCH_=nvvm
#$ _SPACE_=
#$ _CUDART_=cudart
#$ _HERE_=/usr/local/cuda/bin
#$ _THERE_=/usr/local/cuda/bin
#$ _TARGET_SIZE_=
#$ _TARGET_DIR_=
#$ _TARGET_DIR_=targets/x86_64-linux
#$ TOP=/usr/local/cuda/bin/..
#$ NVVMIR_LIBRARY_DIR=/usr/local/cuda/bin/../nvvm/libdevice
#$ LD_LIBRARY_PATH=/usr/local/cuda/bin/../lib:/usr/local/cuda-10.1/include:/usr/local/cuda-11.0/lib64:/usr/local/cuda-10.2/lib64:/usr/local/cuda-10.1/lib64::/usr/local/cuda/extras/CUPTI/lib64
#$ PATH=/usr/local/cuda/bin/../nvvm/bin:/usr/local/cuda/bin:/usr/local/cuda/bin:/home/dogacel/.nvm/versions/node/v14.4.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/mnt/c/Windows/system32:/mnt/c/Windows:/mnt/c/Windows/System32/Wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0/:/mnt/c/Windows/System32/OpenSSH/:/mnt/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common:/mnt/c/WINDOWS/system32:/mnt/c/WINDOWS:/mnt/c/WINDOWS/System32/Wbem:/mnt/c/WINDOWS/System32/WindowsPowerShell/v1.0/:/mnt/c/WINDOWS/System32/OpenSSH/:/mnt/c/Users/dogac/AppData/Local/Microsoft/WindowsApps:/mnt/c/Users/dogac/AppData/Local/Programs/Microsoft VS Code/bin:/mnt/c/Users/dogac/Documents/Git/cmd:/mnt/c/src/flutter/bin:/home/dogacel/.local/bin
#$ INCLUDES="-I/usr/local/cuda/bin/../targets/x86_64-linux/include"
#$ LIBRARIES=  "-L/usr/local/cuda/bin/../targets/x86_64-linux/lib/stubs" "-L/usr/local/cuda/bin/../targets/x86_64-linux/lib"
#$ CUDAFE_FLAGS=
#$ PTXAS_FLAGS=
#$ g++ -std=c++11 -D__CUDA_ARCH__=750 -E -x c++  -DCUDA_DOUBLE_MATH_FUNCTIONS -D__CUDACC__ -D__NVCC__ -D__CUDACC_EXTENDED_LAMBDA__  -fno-exceptions -fno-rtti -Wall -Wextra -Werror -Wno-literal-suffix -Wno-unused-parameter -Wno-deprecated-declarations -Wno-noexcept-type -Wno-unused-function -I"/home/dogacel/libcudacxx/include" -I"/home/dogacel/libcudacxx/build/libcxx/include/c++build" -I"/home/dogacel/libcudacxx/test/support" -I"/home/dogacel/libcudacxx/include" -I"/home/dogacel/libcudacxx/../cuda/tools/cooperative_groups" -I"/home/dogacel/libcudacxx/../cuda/tools/libcudacxxext" "-I/usr/local/cuda/bin/../targets/x86_64-linux/include"    -D "__STDC_FORMAT_MACROS" -D "__STDC_LIMIT_MACROS" -D "__STDC_CONSTANT_MACROS" -D "_LIBCUDACXX_NO_RTTI" -D "_LIBCUDACXX_DISABLE_PRAGMA_GCC_SYSTEM_HEADER" -D__CUDACC_VER_MAJOR__=11 -D__CUDACC_VER_MINOR__=0 -D__CUDACC_VER_BUILD__=221 -include "cuda_runtime.h" -include "/home/dogacel/libcudacxx/test/support/nasty_macros.h" -include "/home/dogacel/libcudacxx/test/force_include.h" -Werror -m64 "/home/dogacel/libcudacxx/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_system_16.pass.cpp" -o "/tmp/tmpxft_00007d05_00000000-7_pipeline_memcpy_async_thread_scope_system_16.pass.cpp1.ii"
In file included from /home/dogacel/libcudacxx/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_system_16.pass.cpp:11:
/home/dogacel/libcudacxx/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_generic.h:12:10: fatal error: cuda/pipeline: No such file or directory
   12 | #include <cuda/pipeline>
      |          ^~~~~~~~~~~~~~~
compilation terminated.
# --error 0x1 --
--

Compilation failed unexpectedly!
********************
FAIL: libcu++ :: cuda/pipeline_memcpy_async_thread_scope_system_32.pass.cpp (16 of 528)
******************** TEST 'libcu++ :: cuda/pipeline_memcpy_async_thread_scope_system_32.pass.cpp' FAILED ********************
Command: ['/usr/local/cuda/bin/nvcc', '-o', '/home/dogacel/libcudacxx/build/libcxx/test/cuda/Output/pipeline_memcpy_async_thread_scope_system_32.pass.cpp.o', '-x', 'cu', '/home/dogacel/libcudacxx/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_system_32.pass.cpp', '-c', '-v', '-ftemplate-depth=270', '-ccbin=g++', '-std=c++11', '-include', '/home/dogacel/libcudacxx/test/support/nasty_macros.h', '-I/home/dogacel/libcudacxx/include', '-I/home/dogacel/libcudacxx/build/libcxx/include/c++build', '-D__STDC_FORMAT_MACROS', '-D__STDC_LIMIT_MACROS', '-D__STDC_CONSTANT_MACROS', '-Xcompiler', '-fno-exceptions', '-Xcompiler', '-fno-rtti', '-D_LIBCUDACXX_NO_RTTI', '-I/home/dogacel/libcudacxx/test/support', '-include', '/home/dogacel/libcudacxx/test/force_include.h', '-I/home/dogacel/libcudacxx/include', '-I/home/dogacel/libcudacxx/../cuda/tools/cooperative_groups', '-I/home/dogacel/libcudacxx/../cuda/tools/libcudacxxext', '--extended-lambda', '-gencode=arch=compute_75,code=sm_75', '-gencode=arch=compute_75,code=compute_75', '-Xcudafe', '--display_error_number', '-Werror', 'all-warnings', '-Xcompiler', '-Wall', '-Xcompiler', '-Wextra', '-Xcompiler', '-Werror', '-Xcompiler', '-Wno-literal-suffix', '-Xcompiler', '-Wno-unused-parameter', '-Xcompiler', '-Wno-deprecated-declarations', '-Xcompiler', '-Wno-noexcept-type', '-Xcompiler', '-Wno-unused-function', '-D_LIBCUDACXX_DISABLE_PRAGMA_GCC_SYSTEM_HEADER', '-c']
Exit Code: 1
Standard Error:
--
#$ _NVVM_BRANCH_=nvvm
#$ _SPACE_=
#$ _CUDART_=cudart
#$ _HERE_=/usr/local/cuda/bin
#$ _THERE_=/usr/local/cuda/bin
#$ _TARGET_SIZE_=
#$ _TARGET_DIR_=
#$ _TARGET_DIR_=targets/x86_64-linux
#$ TOP=/usr/local/cuda/bin/..
#$ NVVMIR_LIBRARY_DIR=/usr/local/cuda/bin/../nvvm/libdevice
#$ LD_LIBRARY_PATH=/usr/local/cuda/bin/../lib:/usr/local/cuda-10.1/include:/usr/local/cuda-11.0/lib64:/usr/local/cuda-10.2/lib64:/usr/local/cuda-10.1/lib64::/usr/local/cuda/extras/CUPTI/lib64
#$ PATH=/usr/local/cuda/bin/../nvvm/bin:/usr/local/cuda/bin:/usr/local/cuda/bin:/home/dogacel/.nvm/versions/node/v14.4.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/mnt/c/Windows/system32:/mnt/c/Windows:/mnt/c/Windows/System32/Wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0/:/mnt/c/Windows/System32/OpenSSH/:/mnt/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common:/mnt/c/WINDOWS/system32:/mnt/c/WINDOWS:/mnt/c/WINDOWS/System32/Wbem:/mnt/c/WINDOWS/System32/WindowsPowerShell/v1.0/:/mnt/c/WINDOWS/System32/OpenSSH/:/mnt/c/Users/dogac/AppData/Local/Microsoft/WindowsApps:/mnt/c/Users/dogac/AppData/Local/Programs/Microsoft VS Code/bin:/mnt/c/Users/dogac/Documents/Git/cmd:/mnt/c/src/flutter/bin:/home/dogacel/.local/bin
#$ INCLUDES="-I/usr/local/cuda/bin/../targets/x86_64-linux/include"
#$ LIBRARIES=  "-L/usr/local/cuda/bin/../targets/x86_64-linux/lib/stubs" "-L/usr/local/cuda/bin/../targets/x86_64-linux/lib"
#$ CUDAFE_FLAGS=
#$ PTXAS_FLAGS=
#$ g++ -std=c++11 -D__CUDA_ARCH__=750 -E -x c++  -DCUDA_DOUBLE_MATH_FUNCTIONS -D__CUDACC__ -D__NVCC__ -D__CUDACC_EXTENDED_LAMBDA__  -fno-exceptions -fno-rtti -Wall -Wextra -Werror -Wno-literal-suffix -Wno-unused-parameter -Wno-deprecated-declarations -Wno-noexcept-type -Wno-unused-function -I"/home/dogacel/libcudacxx/include" -I"/home/dogacel/libcudacxx/build/libcxx/include/c++build" -I"/home/dogacel/libcudacxx/test/support" -I"/home/dogacel/libcudacxx/include" -I"/home/dogacel/libcudacxx/../cuda/tools/cooperative_groups" -I"/home/dogacel/libcudacxx/../cuda/tools/libcudacxxext" "-I/usr/local/cuda/bin/../targets/x86_64-linux/include"    -D "__STDC_FORMAT_MACROS" -D "__STDC_LIMIT_MACROS" -D "__STDC_CONSTANT_MACROS" -D "_LIBCUDACXX_NO_RTTI" -D "_LIBCUDACXX_DISABLE_PRAGMA_GCC_SYSTEM_HEADER" -D__CUDACC_VER_MAJOR__=11 -D__CUDACC_VER_MINOR__=0 -D__CUDACC_VER_BUILD__=221 -include "cuda_runtime.h" -include "/home/dogacel/libcudacxx/test/support/nasty_macros.h" -include "/home/dogacel/libcudacxx/test/force_include.h" -Werror -m64 "/home/dogacel/libcudacxx/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_system_32.pass.cpp" -o "/tmp/tmpxft_00007d0b_00000000-7_pipeline_memcpy_async_thread_scope_system_32.pass.cpp1.ii"
In file included from /home/dogacel/libcudacxx/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_system_32.pass.cpp:11:
/home/dogacel/libcudacxx/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_generic.h:12:10: fatal error: cuda/pipeline: No such file or directory
   12 | #include <cuda/pipeline>
      |          ^~~~~~~~~~~~~~~
compilation terminated.
# --error 0x1 --
--

Compilation failed unexpectedly!
********************
FAIL: libcu++ :: cuda/pipeline_memcpy_async_thread_scope_system_64.pass.cpp (17 of 528)
******************** TEST 'libcu++ :: cuda/pipeline_memcpy_async_thread_scope_system_64.pass.cpp' FAILED ********************
Command: ['/usr/local/cuda/bin/nvcc', '-o', '/home/dogacel/libcudacxx/build/libcxx/test/cuda/Output/pipeline_memcpy_async_thread_scope_system_64.pass.cpp.o', '-x', 'cu', '/home/dogacel/libcudacxx/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_system_64.pass.cpp', '-c', '-v', '-ftemplate-depth=270', '-ccbin=g++', '-std=c++11', '-include', '/home/dogacel/libcudacxx/test/support/nasty_macros.h', '-I/home/dogacel/libcudacxx/include', '-I/home/dogacel/libcudacxx/build/libcxx/include/c++build', '-D__STDC_FORMAT_MACROS', '-D__STDC_LIMIT_MACROS', '-D__STDC_CONSTANT_MACROS', '-Xcompiler', '-fno-exceptions', '-Xcompiler', '-fno-rtti', '-D_LIBCUDACXX_NO_RTTI', '-I/home/dogacel/libcudacxx/test/support', '-include', '/home/dogacel/libcudacxx/test/force_include.h', '-I/home/dogacel/libcudacxx/include', '-I/home/dogacel/libcudacxx/../cuda/tools/cooperative_groups', '-I/home/dogacel/libcudacxx/../cuda/tools/libcudacxxext', '--extended-lambda', '-gencode=arch=compute_75,code=sm_75', '-gencode=arch=compute_75,code=compute_75', '-Xcudafe', '--display_error_number', '-Werror', 'all-warnings', '-Xcompiler', '-Wall', '-Xcompiler', '-Wextra', '-Xcompiler', '-Werror', '-Xcompiler', '-Wno-literal-suffix', '-Xcompiler', '-Wno-unused-parameter', '-Xcompiler', '-Wno-deprecated-declarations', '-Xcompiler', '-Wno-noexcept-type', '-Xcompiler', '-Wno-unused-function', '-D_LIBCUDACXX_DISABLE_PRAGMA_GCC_SYSTEM_HEADER', '-c']
Exit Code: 1
Standard Error:
--
#$ _NVVM_BRANCH_=nvvm
#$ _SPACE_=
#$ _CUDART_=cudart
#$ _HERE_=/usr/local/cuda/bin
#$ _THERE_=/usr/local/cuda/bin
#$ _TARGET_SIZE_=
#$ _TARGET_DIR_=
#$ _TARGET_DIR_=targets/x86_64-linux
#$ TOP=/usr/local/cuda/bin/..
#$ NVVMIR_LIBRARY_DIR=/usr/local/cuda/bin/../nvvm/libdevice
#$ LD_LIBRARY_PATH=/usr/local/cuda/bin/../lib:/usr/local/cuda-10.1/include:/usr/local/cuda-11.0/lib64:/usr/local/cuda-10.2/lib64:/usr/local/cuda-10.1/lib64::/usr/local/cuda/extras/CUPTI/lib64
#$ PATH=/usr/local/cuda/bin/../nvvm/bin:/usr/local/cuda/bin:/usr/local/cuda/bin:/home/dogacel/.nvm/versions/node/v14.4.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/mnt/c/Windows/system32:/mnt/c/Windows:/mnt/c/Windows/System32/Wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0/:/mnt/c/Windows/System32/OpenSSH/:/mnt/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common:/mnt/c/WINDOWS/system32:/mnt/c/WINDOWS:/mnt/c/WINDOWS/System32/Wbem:/mnt/c/WINDOWS/System32/WindowsPowerShell/v1.0/:/mnt/c/WINDOWS/System32/OpenSSH/:/mnt/c/Users/dogac/AppData/Local/Microsoft/WindowsApps:/mnt/c/Users/dogac/AppData/Local/Programs/Microsoft VS Code/bin:/mnt/c/Users/dogac/Documents/Git/cmd:/mnt/c/src/flutter/bin:/home/dogacel/.local/bin
#$ INCLUDES="-I/usr/local/cuda/bin/../targets/x86_64-linux/include"
#$ LIBRARIES=  "-L/usr/local/cuda/bin/../targets/x86_64-linux/lib/stubs" "-L/usr/local/cuda/bin/../targets/x86_64-linux/lib"
#$ CUDAFE_FLAGS=
#$ PTXAS_FLAGS=
#$ g++ -std=c++11 -D__CUDA_ARCH__=750 -E -x c++  -DCUDA_DOUBLE_MATH_FUNCTIONS -D__CUDACC__ -D__NVCC__ -D__CUDACC_EXTENDED_LAMBDA__  -fno-exceptions -fno-rtti -Wall -Wextra -Werror -Wno-literal-suffix -Wno-unused-parameter -Wno-deprecated-declarations -Wno-noexcept-type -Wno-unused-function -I"/home/dogacel/libcudacxx/include" -I"/home/dogacel/libcudacxx/build/libcxx/include/c++build" -I"/home/dogacel/libcudacxx/test/support" -I"/home/dogacel/libcudacxx/include" -I"/home/dogacel/libcudacxx/../cuda/tools/cooperative_groups" -I"/home/dogacel/libcudacxx/../cuda/tools/libcudacxxext" "-I/usr/local/cuda/bin/../targets/x86_64-linux/include"    -D "__STDC_FORMAT_MACROS" -D "__STDC_LIMIT_MACROS" -D "__STDC_CONSTANT_MACROS" -D "_LIBCUDACXX_NO_RTTI" -D "_LIBCUDACXX_DISABLE_PRAGMA_GCC_SYSTEM_HEADER" -D__CUDACC_VER_MAJOR__=11 -D__CUDACC_VER_MINOR__=0 -D__CUDACC_VER_BUILD__=221 -include "cuda_runtime.h" -include "/home/dogacel/libcudacxx/test/support/nasty_macros.h" -include "/home/dogacel/libcudacxx/test/force_include.h" -Werror -m64 "/home/dogacel/libcudacxx/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_system_64.pass.cpp" -o "/tmp/tmpxft_00007d14_00000000-7_pipeline_memcpy_async_thread_scope_system_64.pass.cpp1.ii"
In file included from /home/dogacel/libcudacxx/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_system_64.pass.cpp:11:
/home/dogacel/libcudacxx/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_generic.h:12:10: fatal error: cuda/pipeline: No such file or directory
   12 | #include <cuda/pipeline>
      |          ^~~~~~~~~~~~~~~
compilation terminated.
# --error 0x1 --
--

Compilation failed unexpectedly!
********************
FAIL: libcu++ :: cuda/pipeline_memcpy_async_thread_scope_system_8.pass.cpp (18 of 528)
******************** TEST 'libcu++ :: cuda/pipeline_memcpy_async_thread_scope_system_8.pass.cpp' FAILED ********************
Command: ['/usr/local/cuda/bin/nvcc', '-o', '/home/dogacel/libcudacxx/build/libcxx/test/cuda/Output/pipeline_memcpy_async_thread_scope_system_8.pass.cpp.o', '-x', 'cu', '/home/dogacel/libcudacxx/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_system_8.pass.cpp', '-c', '-v', '-ftemplate-depth=270', '-ccbin=g++', '-std=c++11', '-include', '/home/dogacel/libcudacxx/test/support/nasty_macros.h', '-I/home/dogacel/libcudacxx/include', '-I/home/dogacel/libcudacxx/build/libcxx/include/c++build', '-D__STDC_FORMAT_MACROS', '-D__STDC_LIMIT_MACROS', '-D__STDC_CONSTANT_MACROS', '-Xcompiler', '-fno-exceptions', '-Xcompiler', '-fno-rtti', '-D_LIBCUDACXX_NO_RTTI', '-I/home/dogacel/libcudacxx/test/support', '-include', '/home/dogacel/libcudacxx/test/force_include.h', '-I/home/dogacel/libcudacxx/include', '-I/home/dogacel/libcudacxx/../cuda/tools/cooperative_groups', '-I/home/dogacel/libcudacxx/../cuda/tools/libcudacxxext', '--extended-lambda', '-gencode=arch=compute_75,code=sm_75', '-gencode=arch=compute_75,code=compute_75', '-Xcudafe', '--display_error_number', '-Werror', 'all-warnings', '-Xcompiler', '-Wall', '-Xcompiler', '-Wextra', '-Xcompiler', '-Werror', '-Xcompiler', '-Wno-literal-suffix', '-Xcompiler', '-Wno-unused-parameter', '-Xcompiler', '-Wno-deprecated-declarations', '-Xcompiler', '-Wno-noexcept-type', '-Xcompiler', '-Wno-unused-function', '-D_LIBCUDACXX_DISABLE_PRAGMA_GCC_SYSTEM_HEADER', '-c']
Exit Code: 1
Standard Error:
--
#$ _NVVM_BRANCH_=nvvm
#$ _SPACE_=
#$ _CUDART_=cudart
#$ _HERE_=/usr/local/cuda/bin
#$ _THERE_=/usr/local/cuda/bin
#$ _TARGET_SIZE_=
#$ _TARGET_DIR_=
#$ _TARGET_DIR_=targets/x86_64-linux
#$ TOP=/usr/local/cuda/bin/..
#$ NVVMIR_LIBRARY_DIR=/usr/local/cuda/bin/../nvvm/libdevice
#$ LD_LIBRARY_PATH=/usr/local/cuda/bin/../lib:/usr/local/cuda-10.1/include:/usr/local/cuda-11.0/lib64:/usr/local/cuda-10.2/lib64:/usr/local/cuda-10.1/lib64::/usr/local/cuda/extras/CUPTI/lib64
#$ PATH=/usr/local/cuda/bin/../nvvm/bin:/usr/local/cuda/bin:/usr/local/cuda/bin:/home/dogacel/.nvm/versions/node/v14.4.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/mnt/c/Windows/system32:/mnt/c/Windows:/mnt/c/Windows/System32/Wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0/:/mnt/c/Windows/System32/OpenSSH/:/mnt/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common:/mnt/c/WINDOWS/system32:/mnt/c/WINDOWS:/mnt/c/WINDOWS/System32/Wbem:/mnt/c/WINDOWS/System32/WindowsPowerShell/v1.0/:/mnt/c/WINDOWS/System32/OpenSSH/:/mnt/c/Users/dogac/AppData/Local/Microsoft/WindowsApps:/mnt/c/Users/dogac/AppData/Local/Programs/Microsoft VS Code/bin:/mnt/c/Users/dogac/Documents/Git/cmd:/mnt/c/src/flutter/bin:/home/dogacel/.local/bin
#$ INCLUDES="-I/usr/local/cuda/bin/../targets/x86_64-linux/include"
#$ LIBRARIES=  "-L/usr/local/cuda/bin/../targets/x86_64-linux/lib/stubs" "-L/usr/local/cuda/bin/../targets/x86_64-linux/lib"
#$ CUDAFE_FLAGS=
#$ PTXAS_FLAGS=
#$ g++ -std=c++11 -D__CUDA_ARCH__=750 -E -x c++  -DCUDA_DOUBLE_MATH_FUNCTIONS -D__CUDACC__ -D__NVCC__ -D__CUDACC_EXTENDED_LAMBDA__  -fno-exceptions -fno-rtti -Wall -Wextra -Werror -Wno-literal-suffix -Wno-unused-parameter -Wno-deprecated-declarations -Wno-noexcept-type -Wno-unused-function -I"/home/dogacel/libcudacxx/include" -I"/home/dogacel/libcudacxx/build/libcxx/include/c++build" -I"/home/dogacel/libcudacxx/test/support" -I"/home/dogacel/libcudacxx/include" -I"/home/dogacel/libcudacxx/../cuda/tools/cooperative_groups" -I"/home/dogacel/libcudacxx/../cuda/tools/libcudacxxext" "-I/usr/local/cuda/bin/../targets/x86_64-linux/include"    -D "__STDC_FORMAT_MACROS" -D "__STDC_LIMIT_MACROS" -D "__STDC_CONSTANT_MACROS" -D "_LIBCUDACXX_NO_RTTI" -D "_LIBCUDACXX_DISABLE_PRAGMA_GCC_SYSTEM_HEADER" -D__CUDACC_VER_MAJOR__=11 -D__CUDACC_VER_MINOR__=0 -D__CUDACC_VER_BUILD__=221 -include "cuda_runtime.h" -include "/home/dogacel/libcudacxx/test/support/nasty_macros.h" -include "/home/dogacel/libcudacxx/test/force_include.h" -Werror -m64 "/home/dogacel/libcudacxx/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_system_8.pass.cpp" -o "/tmp/tmpxft_00007d1a_00000000-7_pipeline_memcpy_async_thread_scope_system_8.pass.cpp1.ii"
In file included from /home/dogacel/libcudacxx/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_system_8.pass.cpp:11:
/home/dogacel/libcudacxx/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_generic.h:12:10: fatal error: cuda/pipeline: No such file or directory
   12 | #include <cuda/pipeline>
      |          ^~~~~~~~~~~~~~~
compilation terminated.
# --error 0x1 --
--

Compilation failed unexpectedly!
********************
FAIL: libcu++ :: cuda/pipeline_memcpy_async_thread_scope_system_large_type.pass.cpp (19 of 528)
******************** TEST 'libcu++ :: cuda/pipeline_memcpy_async_thread_scope_system_large_type.pass.cpp' FAILED ********************
Command: ['/usr/local/cuda/bin/nvcc', '-o', '/home/dogacel/libcudacxx/build/libcxx/test/cuda/Output/pipeline_memcpy_async_thread_scope_system_large_type.pass.cpp.o', '-x', 'cu', '/home/dogacel/libcudacxx/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_system_large_type.pass.cpp', '-c', '-v', '-ftemplate-depth=270', '-ccbin=g++', '-std=c++11', '-include', '/home/dogacel/libcudacxx/test/support/nasty_macros.h', '-I/home/dogacel/libcudacxx/include', '-I/home/dogacel/libcudacxx/build/libcxx/include/c++build', '-D__STDC_FORMAT_MACROS', '-D__STDC_LIMIT_MACROS', '-D__STDC_CONSTANT_MACROS', '-Xcompiler', '-fno-exceptions', '-Xcompiler', '-fno-rtti', '-D_LIBCUDACXX_NO_RTTI', '-I/home/dogacel/libcudacxx/test/support', '-include', '/home/dogacel/libcudacxx/test/force_include.h', '-I/home/dogacel/libcudacxx/include', '-I/home/dogacel/libcudacxx/../cuda/tools/cooperative_groups', '-I/home/dogacel/libcudacxx/../cuda/tools/libcudacxxext', '--extended-lambda', '-gencode=arch=compute_75,code=sm_75', '-gencode=arch=compute_75,code=compute_75', '-Xcudafe', '--display_error_number', '-Werror', 'all-warnings', '-Xcompiler', '-Wall', '-Xcompiler', '-Wextra', '-Xcompiler', '-Werror', '-Xcompiler', '-Wno-literal-suffix', '-Xcompiler', '-Wno-unused-parameter', '-Xcompiler', '-Wno-deprecated-declarations', '-Xcompiler', '-Wno-noexcept-type', '-Xcompiler', '-Wno-unused-function', '-D_LIBCUDACXX_DISABLE_PRAGMA_GCC_SYSTEM_HEADER', '-c']
Exit Code: 1
Standard Error:
--
#$ _NVVM_BRANCH_=nvvm
#$ _SPACE_=
#$ _CUDART_=cudart
#$ _HERE_=/usr/local/cuda/bin
#$ _THERE_=/usr/local/cuda/bin
#$ _TARGET_SIZE_=
#$ _TARGET_DIR_=
#$ _TARGET_DIR_=targets/x86_64-linux
#$ TOP=/usr/local/cuda/bin/..
#$ NVVMIR_LIBRARY_DIR=/usr/local/cuda/bin/../nvvm/libdevice
#$ LD_LIBRARY_PATH=/usr/local/cuda/bin/../lib:/usr/local/cuda-10.1/include:/usr/local/cuda-11.0/lib64:/usr/local/cuda-10.2/lib64:/usr/local/cuda-10.1/lib64::/usr/local/cuda/extras/CUPTI/lib64
#$ PATH=/usr/local/cuda/bin/../nvvm/bin:/usr/local/cuda/bin:/usr/local/cuda/bin:/home/dogacel/.nvm/versions/node/v14.4.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/mnt/c/Windows/system32:/mnt/c/Windows:/mnt/c/Windows/System32/Wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0/:/mnt/c/Windows/System32/OpenSSH/:/mnt/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common:/mnt/c/WINDOWS/system32:/mnt/c/WINDOWS:/mnt/c/WINDOWS/System32/Wbem:/mnt/c/WINDOWS/System32/WindowsPowerShell/v1.0/:/mnt/c/WINDOWS/System32/OpenSSH/:/mnt/c/Users/dogac/AppData/Local/Microsoft/WindowsApps:/mnt/c/Users/dogac/AppData/Local/Programs/Microsoft VS Code/bin:/mnt/c/Users/dogac/Documents/Git/cmd:/mnt/c/src/flutter/bin:/home/dogacel/.local/bin
#$ INCLUDES="-I/usr/local/cuda/bin/../targets/x86_64-linux/include"
#$ LIBRARIES=  "-L/usr/local/cuda/bin/../targets/x86_64-linux/lib/stubs" "-L/usr/local/cuda/bin/../targets/x86_64-linux/lib"
#$ CUDAFE_FLAGS=
#$ PTXAS_FLAGS=
#$ g++ -std=c++11 -D__CUDA_ARCH__=750 -E -x c++  -DCUDA_DOUBLE_MATH_FUNCTIONS -D__CUDACC__ -D__NVCC__ -D__CUDACC_EXTENDED_LAMBDA__  -fno-exceptions -fno-rtti -Wall -Wextra -Werror -Wno-literal-suffix -Wno-unused-parameter -Wno-deprecated-declarations -Wno-noexcept-type -Wno-unused-function -I"/home/dogacel/libcudacxx/include" -I"/home/dogacel/libcudacxx/build/libcxx/include/c++build" -I"/home/dogacel/libcudacxx/test/support" -I"/home/dogacel/libcudacxx/include" -I"/home/dogacel/libcudacxx/../cuda/tools/cooperative_groups" -I"/home/dogacel/libcudacxx/../cuda/tools/libcudacxxext" "-I/usr/local/cuda/bin/../targets/x86_64-linux/include"    -D "__STDC_FORMAT_MACROS" -D "__STDC_LIMIT_MACROS" -D "__STDC_CONSTANT_MACROS" -D "_LIBCUDACXX_NO_RTTI" -D "_LIBCUDACXX_DISABLE_PRAGMA_GCC_SYSTEM_HEADER" -D__CUDACC_VER_MAJOR__=11 -D__CUDACC_VER_MINOR__=0 -D__CUDACC_VER_BUILD__=221 -include "cuda_runtime.h" -include "/home/dogacel/libcudacxx/test/support/nasty_macros.h" -include "/home/dogacel/libcudacxx/test/force_include.h" -Werror -m64 "/home/dogacel/libcudacxx/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_system_large_type.pass.cpp" -o "/tmp/tmpxft_00007d20_00000000-7_pipeline_memcpy_async_thread_scope_system_large_type.pass.cpp1.ii"
In file included from /home/dogacel/libcudacxx/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_system_large_type.pass.cpp:11:
/home/dogacel/libcudacxx/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_generic.h:12:10: fatal error: cuda/pipeline: No such file or directory
   12 | #include <cuda/pipeline>
      |          ^~~~~~~~~~~~~~~
compilation terminated.
# --error 0x1 --
--

Compilation failed unexpectedly!
********************
FAIL: libcu++ :: cuda/pipeline_memcpy_async_thread_scope_thread_16.pass.cpp (20 of 528)
******************** TEST 'libcu++ :: cuda/pipeline_memcpy_async_thread_scope_thread_16.pass.cpp' FAILED ********************
Command: ['/usr/local/cuda/bin/nvcc', '-o', '/home/dogacel/libcudacxx/build/libcxx/test/cuda/Output/pipeline_memcpy_async_thread_scope_thread_16.pass.cpp.o', '-x', 'cu', '/home/dogacel/libcudacxx/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_thread_16.pass.cpp', '-c', '-v', '-ftemplate-depth=270', '-ccbin=g++', '-std=c++11', '-include', '/home/dogacel/libcudacxx/test/support/nasty_macros.h', '-I/home/dogacel/libcudacxx/include', '-I/home/dogacel/libcudacxx/build/libcxx/include/c++build', '-D__STDC_FORMAT_MACROS', '-D__STDC_LIMIT_MACROS', '-D__STDC_CONSTANT_MACROS', '-Xcompiler', '-fno-exceptions', '-Xcompiler', '-fno-rtti', '-D_LIBCUDACXX_NO_RTTI', '-I/home/dogacel/libcudacxx/test/support', '-include', '/home/dogacel/libcudacxx/test/force_include.h', '-I/home/dogacel/libcudacxx/include', '-I/home/dogacel/libcudacxx/../cuda/tools/cooperative_groups', '-I/home/dogacel/libcudacxx/../cuda/tools/libcudacxxext', '--extended-lambda', '-gencode=arch=compute_75,code=sm_75', '-gencode=arch=compute_75,code=compute_75', '-Xcudafe', '--display_error_number', '-Werror', 'all-warnings', '-Xcompiler', '-Wall', '-Xcompiler', '-Wextra', '-Xcompiler', '-Werror', '-Xcompiler', '-Wno-literal-suffix', '-Xcompiler', '-Wno-unused-parameter', '-Xcompiler', '-Wno-deprecated-declarations', '-Xcompiler', '-Wno-noexcept-type', '-Xcompiler', '-Wno-unused-function', '-D_LIBCUDACXX_DISABLE_PRAGMA_GCC_SYSTEM_HEADER', '-c']
Exit Code: 1
Standard Error:
--
#$ _NVVM_BRANCH_=nvvm
#$ _SPACE_=
#$ _CUDART_=cudart
#$ _HERE_=/usr/local/cuda/bin
#$ _THERE_=/usr/local/cuda/bin
#$ _TARGET_SIZE_=
#$ _TARGET_DIR_=
#$ _TARGET_DIR_=targets/x86_64-linux
#$ TOP=/usr/local/cuda/bin/..
#$ NVVMIR_LIBRARY_DIR=/usr/local/cuda/bin/../nvvm/libdevice
#$ LD_LIBRARY_PATH=/usr/local/cuda/bin/../lib:/usr/local/cuda-10.1/include:/usr/local/cuda-11.0/lib64:/usr/local/cuda-10.2/lib64:/usr/local/cuda-10.1/lib64::/usr/local/cuda/extras/CUPTI/lib64
#$ PATH=/usr/local/cuda/bin/../nvvm/bin:/usr/local/cuda/bin:/usr/local/cuda/bin:/home/dogacel/.nvm/versions/node/v14.4.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/mnt/c/Windows/system32:/mnt/c/Windows:/mnt/c/Windows/System32/Wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0/:/mnt/c/Windows/System32/OpenSSH/:/mnt/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common:/mnt/c/WINDOWS/system32:/mnt/c/WINDOWS:/mnt/c/WINDOWS/System32/Wbem:/mnt/c/WINDOWS/System32/WindowsPowerShell/v1.0/:/mnt/c/WINDOWS/System32/OpenSSH/:/mnt/c/Users/dogac/AppData/Local/Microsoft/WindowsApps:/mnt/c/Users/dogac/AppData/Local/Programs/Microsoft VS Code/bin:/mnt/c/Users/dogac/Documents/Git/cmd:/mnt/c/src/flutter/bin:/home/dogacel/.local/bin
#$ INCLUDES="-I/usr/local/cuda/bin/../targets/x86_64-linux/include"
#$ LIBRARIES=  "-L/usr/local/cuda/bin/../targets/x86_64-linux/lib/stubs" "-L/usr/local/cuda/bin/../targets/x86_64-linux/lib"
#$ CUDAFE_FLAGS=
#$ PTXAS_FLAGS=
#$ g++ -std=c++11 -D__CUDA_ARCH__=750 -E -x c++  -DCUDA_DOUBLE_MATH_FUNCTIONS -D__CUDACC__ -D__NVCC__ -D__CUDACC_EXTENDED_LAMBDA__  -fno-exceptions -fno-rtti -Wall -Wextra -Werror -Wno-literal-suffix -Wno-unused-parameter -Wno-deprecated-declarations -Wno-noexcept-type -Wno-unused-function -I"/home/dogacel/libcudacxx/include" -I"/home/dogacel/libcudacxx/build/libcxx/include/c++build" -I"/home/dogacel/libcudacxx/test/support" -I"/home/dogacel/libcudacxx/include" -I"/home/dogacel/libcudacxx/../cuda/tools/cooperative_groups" -I"/home/dogacel/libcudacxx/../cuda/tools/libcudacxxext" "-I/usr/local/cuda/bin/../targets/x86_64-linux/include"    -D "__STDC_FORMAT_MACROS" -D "__STDC_LIMIT_MACROS" -D "__STDC_CONSTANT_MACROS" -D "_LIBCUDACXX_NO_RTTI" -D "_LIBCUDACXX_DISABLE_PRAGMA_GCC_SYSTEM_HEADER" -D__CUDACC_VER_MAJOR__=11 -D__CUDACC_VER_MINOR__=0 -D__CUDACC_VER_BUILD__=221 -include "cuda_runtime.h" -include "/home/dogacel/libcudacxx/test/support/nasty_macros.h" -include "/home/dogacel/libcudacxx/test/force_include.h" -Werror -m64 "/home/dogacel/libcudacxx/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_thread_16.pass.cpp" -o "/tmp/tmpxft_00007d26_00000000-7_pipeline_memcpy_async_thread_scope_thread_16.pass.cpp1.ii"
In file included from /home/dogacel/libcudacxx/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_thread_16.pass.cpp:11:
/home/dogacel/libcudacxx/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_thread.h:11:10: fatal error: cuda/pipeline: No such file or directory
   11 | #include <cuda/pipeline>
      |          ^~~~~~~~~~~~~~~
compilation terminated.
# --error 0x1 --
--

Compilation failed unexpectedly!
********************
FAIL: libcu++ :: cuda/pipeline_memcpy_async_thread_scope_thread_32.pass.cpp (21 of 528)
******************** TEST 'libcu++ :: cuda/pipeline_memcpy_async_thread_scope_thread_32.pass.cpp' FAILED ********************
Command: ['/usr/local/cuda/bin/nvcc', '-o', '/home/dogacel/libcudacxx/build/libcxx/test/cuda/Output/pipeline_memcpy_async_thread_scope_thread_32.pass.cpp.o', '-x', 'cu', '/home/dogacel/libcudacxx/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_thread_32.pass.cpp', '-c', '-v', '-ftemplate-depth=270', '-ccbin=g++', '-std=c++11', '-include', '/home/dogacel/libcudacxx/test/support/nasty_macros.h', '-I/home/dogacel/libcudacxx/include', '-I/home/dogacel/libcudacxx/build/libcxx/include/c++build', '-D__STDC_FORMAT_MACROS', '-D__STDC_LIMIT_MACROS', '-D__STDC_CONSTANT_MACROS', '-Xcompiler', '-fno-exceptions', '-Xcompiler', '-fno-rtti', '-D_LIBCUDACXX_NO_RTTI', '-I/home/dogacel/libcudacxx/test/support', '-include', '/home/dogacel/libcudacxx/test/force_include.h', '-I/home/dogacel/libcudacxx/include', '-I/home/dogacel/libcudacxx/../cuda/tools/cooperative_groups', '-I/home/dogacel/libcudacxx/../cuda/tools/libcudacxxext', '--extended-lambda', '-gencode=arch=compute_75,code=sm_75', '-gencode=arch=compute_75,code=compute_75', '-Xcudafe', '--display_error_number', '-Werror', 'all-warnings', '-Xcompiler', '-Wall', '-Xcompiler', '-Wextra', '-Xcompiler', '-Werror', '-Xcompiler', '-Wno-literal-suffix', '-Xcompiler', '-Wno-unused-parameter', '-Xcompiler', '-Wno-deprecated-declarations', '-Xcompiler', '-Wno-noexcept-type', '-Xcompiler', '-Wno-unused-function', '-D_LIBCUDACXX_DISABLE_PRAGMA_GCC_SYSTEM_HEADER', '-c']
Exit Code: 1
Standard Error:
--
#$ _NVVM_BRANCH_=nvvm
#$ _SPACE_=
#$ _CUDART_=cudart
#$ _HERE_=/usr/local/cuda/bin
#$ _THERE_=/usr/local/cuda/bin
#$ _TARGET_SIZE_=
#$ _TARGET_DIR_=
#$ _TARGET_DIR_=targets/x86_64-linux
#$ TOP=/usr/local/cuda/bin/..
#$ NVVMIR_LIBRARY_DIR=/usr/local/cuda/bin/../nvvm/libdevice
#$ LD_LIBRARY_PATH=/usr/local/cuda/bin/../lib:/usr/local/cuda-10.1/include:/usr/local/cuda-11.0/lib64:/usr/local/cuda-10.2/lib64:/usr/local/cuda-10.1/lib64::/usr/local/cuda/extras/CUPTI/lib64
#$ PATH=/usr/local/cuda/bin/../nvvm/bin:/usr/local/cuda/bin:/usr/local/cuda/bin:/home/dogacel/.nvm/versions/node/v14.4.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/mnt/c/Windows/system32:/mnt/c/Windows:/mnt/c/Windows/System32/Wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0/:/mnt/c/Windows/System32/OpenSSH/:/mnt/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common:/mnt/c/WINDOWS/system32:/mnt/c/WINDOWS:/mnt/c/WINDOWS/System32/Wbem:/mnt/c/WINDOWS/System32/WindowsPowerShell/v1.0/:/mnt/c/WINDOWS/System32/OpenSSH/:/mnt/c/Users/dogac/AppData/Local/Microsoft/WindowsApps:/mnt/c/Users/dogac/AppData/Local/Programs/Microsoft VS Code/bin:/mnt/c/Users/dogac/Documents/Git/cmd:/mnt/c/src/flutter/bin:/home/dogacel/.local/bin
#$ INCLUDES="-I/usr/local/cuda/bin/../targets/x86_64-linux/include"
#$ LIBRARIES=  "-L/usr/local/cuda/bin/../targets/x86_64-linux/lib/stubs" "-L/usr/local/cuda/bin/../targets/x86_64-linux/lib"
#$ CUDAFE_FLAGS=
#$ PTXAS_FLAGS=
#$ g++ -std=c++11 -D__CUDA_ARCH__=750 -E -x c++  -DCUDA_DOUBLE_MATH_FUNCTIONS -D__CUDACC__ -D__NVCC__ -D__CUDACC_EXTENDED_LAMBDA__  -fno-exceptions -fno-rtti -Wall -Wextra -Werror -Wno-literal-suffix -Wno-unused-parameter -Wno-deprecated-declarations -Wno-noexcept-type -Wno-unused-function -I"/home/dogacel/libcudacxx/include" -I"/home/dogacel/libcudacxx/build/libcxx/include/c++build" -I"/home/dogacel/libcudacxx/test/support" -I"/home/dogacel/libcudacxx/include" -I"/home/dogacel/libcudacxx/../cuda/tools/cooperative_groups" -I"/home/dogacel/libcudacxx/../cuda/tools/libcudacxxext" "-I/usr/local/cuda/bin/../targets/x86_64-linux/include"    -D "__STDC_FORMAT_MACROS" -D "__STDC_LIMIT_MACROS" -D "__STDC_CONSTANT_MACROS" -D "_LIBCUDACXX_NO_RTTI" -D "_LIBCUDACXX_DISABLE_PRAGMA_GCC_SYSTEM_HEADER" -D__CUDACC_VER_MAJOR__=11 -D__CUDACC_VER_MINOR__=0 -D__CUDACC_VER_BUILD__=221 -include "cuda_runtime.h" -include "/home/dogacel/libcudacxx/test/support/nasty_macros.h" -include "/home/dogacel/libcudacxx/test/force_include.h" -Werror -m64 "/home/dogacel/libcudacxx/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_thread_32.pass.cpp" -o "/tmp/tmpxft_00007d2c_00000000-7_pipeline_memcpy_async_thread_scope_thread_32.pass.cpp1.ii"
In file included from /home/dogacel/libcudacxx/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_thread_32.pass.cpp:11:
/home/dogacel/libcudacxx/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_thread.h:11:10: fatal error: cuda/pipeline: No such file or directory
   11 | #include <cuda/pipeline>
      |          ^~~~~~~~~~~~~~~
compilation terminated.
# --error 0x1 --
--

Compilation failed unexpectedly!
********************
FAIL: libcu++ :: cuda/pipeline_memcpy_async_thread_scope_thread_8.pass.cpp (22 of 528)
******************** TEST 'libcu++ :: cuda/pipeline_memcpy_async_thread_scope_thread_8.pass.cpp' FAILED ********************
Command: ['/usr/local/cuda/bin/nvcc', '-o', '/home/dogacel/libcudacxx/build/libcxx/test/cuda/Output/pipeline_memcpy_async_thread_scope_thread_8.pass.cpp.o', '-x', 'cu', '/home/dogacel/libcudacxx/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_thread_8.pass.cpp', '-c', '-v', '-ftemplate-depth=270', '-ccbin=g++', '-std=c++11', '-include', '/home/dogacel/libcudacxx/test/support/nasty_macros.h', '-I/home/dogacel/libcudacxx/include', '-I/home/dogacel/libcudacxx/build/libcxx/include/c++build', '-D__STDC_FORMAT_MACROS', '-D__STDC_LIMIT_MACROS', '-D__STDC_CONSTANT_MACROS', '-Xcompiler', '-fno-exceptions', '-Xcompiler', '-fno-rtti', '-D_LIBCUDACXX_NO_RTTI', '-I/home/dogacel/libcudacxx/test/support', '-include', '/home/dogacel/libcudacxx/test/force_include.h', '-I/home/dogacel/libcudacxx/include', '-I/home/dogacel/libcudacxx/../cuda/tools/cooperative_groups', '-I/home/dogacel/libcudacxx/../cuda/tools/libcudacxxext', '--extended-lambda', '-gencode=arch=compute_75,code=sm_75', '-gencode=arch=compute_75,code=compute_75', '-Xcudafe', '--display_error_number', '-Werror', 'all-warnings', '-Xcompiler', '-Wall', '-Xcompiler', '-Wextra', '-Xcompiler', '-Werror', '-Xcompiler', '-Wno-literal-suffix', '-Xcompiler', '-Wno-unused-parameter', '-Xcompiler', '-Wno-deprecated-declarations', '-Xcompiler', '-Wno-noexcept-type', '-Xcompiler', '-Wno-unused-function', '-D_LIBCUDACXX_DISABLE_PRAGMA_GCC_SYSTEM_HEADER', '-c']
Exit Code: 1
Standard Error:
--
#$ _NVVM_BRANCH_=nvvm
#$ _SPACE_=
#$ _CUDART_=cudart
#$ _HERE_=/usr/local/cuda/bin
#$ _THERE_=/usr/local/cuda/bin
#$ _TARGET_SIZE_=
#$ _TARGET_DIR_=
#$ _TARGET_DIR_=targets/x86_64-linux
#$ TOP=/usr/local/cuda/bin/..
#$ NVVMIR_LIBRARY_DIR=/usr/local/cuda/bin/../nvvm/libdevice
#$ LD_LIBRARY_PATH=/usr/local/cuda/bin/../lib:/usr/local/cuda-10.1/include:/usr/local/cuda-11.0/lib64:/usr/local/cuda-10.2/lib64:/usr/local/cuda-10.1/lib64::/usr/local/cuda/extras/CUPTI/lib64
#$ PATH=/usr/local/cuda/bin/../nvvm/bin:/usr/local/cuda/bin:/usr/local/cuda/bin:/home/dogacel/.nvm/versions/node/v14.4.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/mnt/c/Windows/system32:/mnt/c/Windows:/mnt/c/Windows/System32/Wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0/:/mnt/c/Windows/System32/OpenSSH/:/mnt/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common:/mnt/c/WINDOWS/system32:/mnt/c/WINDOWS:/mnt/c/WINDOWS/System32/Wbem:/mnt/c/WINDOWS/System32/WindowsPowerShell/v1.0/:/mnt/c/WINDOWS/System32/OpenSSH/:/mnt/c/Users/dogac/AppData/Local/Microsoft/WindowsApps:/mnt/c/Users/dogac/AppData/Local/Programs/Microsoft VS Code/bin:/mnt/c/Users/dogac/Documents/Git/cmd:/mnt/c/src/flutter/bin:/home/dogacel/.local/bin
#$ INCLUDES="-I/usr/local/cuda/bin/../targets/x86_64-linux/include"
#$ LIBRARIES=  "-L/usr/local/cuda/bin/../targets/x86_64-linux/lib/stubs" "-L/usr/local/cuda/bin/../targets/x86_64-linux/lib"
#$ CUDAFE_FLAGS=
#$ PTXAS_FLAGS=
#$ g++ -std=c++11 -D__CUDA_ARCH__=750 -E -x c++  -DCUDA_DOUBLE_MATH_FUNCTIONS -D__CUDACC__ -D__NVCC__ -D__CUDACC_EXTENDED_LAMBDA__  -fno-exceptions -fno-rtti -Wall -Wextra -Werror -Wno-literal-suffix -Wno-unused-parameter -Wno-deprecated-declarations -Wno-noexcept-type -Wno-unused-function -I"/home/dogacel/libcudacxx/include" -I"/home/dogacel/libcudacxx/build/libcxx/include/c++build" -I"/home/dogacel/libcudacxx/test/support" -I"/home/dogacel/libcudacxx/include" -I"/home/dogacel/libcudacxx/../cuda/tools/cooperative_groups" -I"/home/dogacel/libcudacxx/../cuda/tools/libcudacxxext" "-I/usr/local/cuda/bin/../targets/x86_64-linux/include"    -D "__STDC_FORMAT_MACROS" -D "__STDC_LIMIT_MACROS" -D "__STDC_CONSTANT_MACROS" -D "_LIBCUDACXX_NO_RTTI" -D "_LIBCUDACXX_DISABLE_PRAGMA_GCC_SYSTEM_HEADER" -D__CUDACC_VER_MAJOR__=11 -D__CUDACC_VER_MINOR__=0 -D__CUDACC_VER_BUILD__=221 -include "cuda_runtime.h" -include "/home/dogacel/libcudacxx/test/support/nasty_macros.h" -include "/home/dogacel/libcudacxx/test/force_include.h" -Werror -m64 "/home/dogacel/libcudacxx/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_thread_8.pass.cpp" -o "/tmp/tmpxft_00007d33_00000000-7_pipeline_memcpy_async_thread_scope_thread_8.pass.cpp1.ii"
In file included from /home/dogacel/libcudacxx/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_thread_8.pass.cpp:11:
/home/dogacel/libcudacxx/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_thread.h:11:10: fatal error: cuda/pipeline: No such file or directory
   11 | #include <cuda/pipeline>
      |          ^~~~~~~~~~~~~~~
compilation terminated.
# --error 0x1 --
--

Compilation failed unexpectedly!
********************
FAIL: libcu++ :: cuda/pipeline_memcpy_async_thread_scope_thread_large_type.pass.cpp (23 of 528)
******************** TEST 'libcu++ :: cuda/pipeline_memcpy_async_thread_scope_thread_large_type.pass.cpp' FAILED ********************
Command: ['/usr/local/cuda/bin/nvcc', '-o', '/home/dogacel/libcudacxx/build/libcxx/test/cuda/Output/pipeline_memcpy_async_thread_scope_thread_large_type.pass.cpp.o', '-x', 'cu', '/home/dogacel/libcudacxx/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_thread_large_type.pass.cpp', '-c', '-v', '-ftemplate-depth=270', '-ccbin=g++', '-std=c++11', '-include', '/home/dogacel/libcudacxx/test/support/nasty_macros.h', '-I/home/dogacel/libcudacxx/include', '-I/home/dogacel/libcudacxx/build/libcxx/include/c++build', '-D__STDC_FORMAT_MACROS', '-D__STDC_LIMIT_MACROS', '-D__STDC_CONSTANT_MACROS', '-Xcompiler', '-fno-exceptions', '-Xcompiler', '-fno-rtti', '-D_LIBCUDACXX_NO_RTTI', '-I/home/dogacel/libcudacxx/test/support', '-include', '/home/dogacel/libcudacxx/test/force_include.h', '-I/home/dogacel/libcudacxx/include', '-I/home/dogacel/libcudacxx/../cuda/tools/cooperative_groups', '-I/home/dogacel/libcudacxx/../cuda/tools/libcudacxxext', '--extended-lambda', '-gencode=arch=compute_75,code=sm_75', '-gencode=arch=compute_75,code=compute_75', '-Xcudafe', '--display_error_number', '-Werror', 'all-warnings', '-Xcompiler', '-Wall', '-Xcompiler', '-Wextra', '-Xcompiler', '-Werror', '-Xcompiler', '-Wno-literal-suffix', '-Xcompiler', '-Wno-unused-parameter', '-Xcompiler', '-Wno-deprecated-declarations', '-Xcompiler', '-Wno-noexcept-type', '-Xcompiler', '-Wno-unused-function', '-D_LIBCUDACXX_DISABLE_PRAGMA_GCC_SYSTEM_HEADER', '-c']
Exit Code: 1
Standard Error:
--
#$ _NVVM_BRANCH_=nvvm
#$ _SPACE_=
#$ _CUDART_=cudart
#$ _HERE_=/usr/local/cuda/bin
#$ _THERE_=/usr/local/cuda/bin
#$ _TARGET_SIZE_=
#$ _TARGET_DIR_=
#$ _TARGET_DIR_=targets/x86_64-linux
#$ TOP=/usr/local/cuda/bin/..
#$ NVVMIR_LIBRARY_DIR=/usr/local/cuda/bin/../nvvm/libdevice
#$ LD_LIBRARY_PATH=/usr/local/cuda/bin/../lib:/usr/local/cuda-10.1/include:/usr/local/cuda-11.0/lib64:/usr/local/cuda-10.2/lib64:/usr/local/cuda-10.1/lib64::/usr/local/cuda/extras/CUPTI/lib64
#$ PATH=/usr/local/cuda/bin/../nvvm/bin:/usr/local/cuda/bin:/usr/local/cuda/bin:/home/dogacel/.nvm/versions/node/v14.4.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/mnt/c/Windows/system32:/mnt/c/Windows:/mnt/c/Windows/System32/Wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0/:/mnt/c/Windows/System32/OpenSSH/:/mnt/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common:/mnt/c/WINDOWS/system32:/mnt/c/WINDOWS:/mnt/c/WINDOWS/System32/Wbem:/mnt/c/WINDOWS/System32/WindowsPowerShell/v1.0/:/mnt/c/WINDOWS/System32/OpenSSH/:/mnt/c/Users/dogac/AppData/Local/Microsoft/WindowsApps:/mnt/c/Users/dogac/AppData/Local/Programs/Microsoft VS Code/bin:/mnt/c/Users/dogac/Documents/Git/cmd:/mnt/c/src/flutter/bin:/home/dogacel/.local/bin
#$ INCLUDES="-I/usr/local/cuda/bin/../targets/x86_64-linux/include"
#$ LIBRARIES=  "-L/usr/local/cuda/bin/../targets/x86_64-linux/lib/stubs" "-L/usr/local/cuda/bin/../targets/x86_64-linux/lib"
#$ CUDAFE_FLAGS=
#$ PTXAS_FLAGS=
#$ g++ -std=c++11 -D__CUDA_ARCH__=750 -E -x c++  -DCUDA_DOUBLE_MATH_FUNCTIONS -D__CUDACC__ -D__NVCC__ -D__CUDACC_EXTENDED_LAMBDA__  -fno-exceptions -fno-rtti -Wall -Wextra -Werror -Wno-literal-suffix -Wno-unused-parameter -Wno-deprecated-declarations -Wno-noexcept-type -Wno-unused-function -I"/home/dogacel/libcudacxx/include" -I"/home/dogacel/libcudacxx/build/libcxx/include/c++build" -I"/home/dogacel/libcudacxx/test/support" -I"/home/dogacel/libcudacxx/include" -I"/home/dogacel/libcudacxx/../cuda/tools/cooperative_groups" -I"/home/dogacel/libcudacxx/../cuda/tools/libcudacxxext" "-I/usr/local/cuda/bin/../targets/x86_64-linux/include"    -D "__STDC_FORMAT_MACROS" -D "__STDC_LIMIT_MACROS" -D "__STDC_CONSTANT_MACROS" -D "_LIBCUDACXX_NO_RTTI" -D "_LIBCUDACXX_DISABLE_PRAGMA_GCC_SYSTEM_HEADER" -D__CUDACC_VER_MAJOR__=11 -D__CUDACC_VER_MINOR__=0 -D__CUDACC_VER_BUILD__=221 -include "cuda_runtime.h" -include "/home/dogacel/libcudacxx/test/support/nasty_macros.h" -include "/home/dogacel/libcudacxx/test/force_include.h" -Werror -m64 "/home/dogacel/libcudacxx/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_thread_large_type.pass.cpp" -o "/tmp/tmpxft_00007d48_00000000-7_pipeline_memcpy_async_thread_scope_thread_large_type.pass.cpp1.ii"
In file included from /home/dogacel/libcudacxx/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_thread_large_type.pass.cpp:11:
/home/dogacel/libcudacxx/.upstream-tests/test/cuda/pipeline_memcpy_async_thread_scope_thread.h:11:10: fatal error: cuda/pipeline: No such file or directory
   11 | #include <cuda/pipeline>
      |          ^~~~~~~~~~~~~~~
compilation terminated.
# --error 0x1 --
--

Compilation failed unexpectedly!
********************
FAIL: libcu++ :: heterogeneous/atomic_flag.pass.cpp (25 of 528)
******************** TEST 'libcu++ :: heterogeneous/atomic_flag.pass.cpp' FAILED ********************
Compiled With: '/usr/local/cuda/bin/nvcc -o /home/dogacel/libcudacxx/build/libcxx/test/heterogeneous/Output/atomic_flag.pass.cpp.o -x cu /home/dogacel/libcudacxx/.upstream-tests/test/heterogeneous/atomic_flag.pass.cpp -c -v -ftemplate-depth=270 -ccbin=g++ -std=c++11 -include /home/dogacel/libcudacxx/test/support/nasty_macros.h -I/home/dogacel/libcudacxx/include -I/home/dogacel/libcudacxx/build/libcxx/include/c++build -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -Xcompiler -fno-exceptions -Xcompiler -fno-rtti -D_LIBCUDACXX_NO_RTTI -I/home/dogacel/libcudacxx/test/support -include /home/dogacel/libcudacxx/test/force_include.h -I/home/dogacel/libcudacxx/include -I/home/dogacel/libcudacxx/../cuda/tools/cooperative_groups -I/home/dogacel/libcudacxx/../cuda/tools/libcudacxxext --extended-lambda -gencode=arch=compute_75,code=sm_75 -gencode=arch=compute_75,code=compute_75 -Xcudafe --display_error_number -Werror all-warnings -Xcompiler -Wall -Xcompiler -Wextra -Xcompiler -Werror -Xcompiler -Wno-literal-suffix -Xcompiler -Wno-unused-parameter -Xcompiler -Wno-deprecated-declarations -Xcompiler -Wno-noexcept-type -Xcompiler -Wno-unused-function -D_LIBCUDACXX_DISABLE_PRAGMA_GCC_SYSTEM_HEADER -c && /usr/local/cuda/bin/nvcc -o /home/dogacel/libcudacxx/build/libcxx/test/heterogeneous/Output/atomic_flag.pass.cpp.exe /home/dogacel/libcudacxx/build/libcxx/test/heterogeneous/Output/atomic_flag.pass.cpp.o -v -ftemplate-depth=270 -ccbin=g++ -L/home/dogacel/libcudacxx/build/lib -Xcompiler "-Wl,-rpath,/home/dogacel/libcudacxx/build/lib" -L/home/dogacel/libcudacxx/build/lib -Xcompiler "-Wl,-rpath,/home/dogacel/libcudacxx/build/lib" -lm -lgcc_s -lgcc -lpthread -lrt -lc -lgcc_s -lgcc'
Command: ['/home/dogacel/libcudacxx/build/libcxx/test/heterogeneous/Output/atomic_flag.pass.cpp.exe']
Exit Code: -11
Standard Output:
--
CUDA devices found: 1
Device 0: "GeForce GTX 1650", Selected, SM75, 4294967296 [bytes]
--

Compiled test failed unexpectedly!
********************

Also I can't run the benchmark using linux.sh in samples it gives this error:

System has 1024 hardware threads in a single block.
============================
check failed: invalid device ordinal: benchmark.cpp:118```
@brycelelbach
Copy link
Collaborator

@griwes to explain

@brycelelbach brycelelbach changed the title perform_tests.bash Fails on WSL2 cuda-toolkit-11.0 Disable <cuda/pipeline> tests when it is not available. Sep 28, 2020
@brycelelbach brycelelbach added this to the 1.3.1 milestone Sep 28, 2020
@brycelelbach brycelelbach modified the milestones: 1.4.0, 2.0.0 Nov 16, 2020
@brycelelbach brycelelbach changed the title Disable <cuda/pipeline> tests when it is not available. <cuda/pipeline> is not a part of libcu++ Mar 7, 2021
@brycelelbach brycelelbach modified the milestones: 2.0.0, 2.1.0 Mar 29, 2021
@brycelelbach brycelelbach added the P0: must have Absolutely must ship with the milestone. label May 18, 2021
@miscco
Copy link
Collaborator

miscco commented Feb 23, 2023

@wmaxey I believe you worked last on pipelines. Can we close this now that the header is available?

@wmaxey
Copy link
Member

wmaxey commented Feb 23, 2023

Closing as fixed.

@wmaxey wmaxey closed this as completed Feb 23, 2023
@Dogacel
Copy link
Author

Dogacel commented Feb 23, 2023

Thanks all 👍

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
libcu++ P0: must have Absolutely must ship with the milestone.
Projects
Archived in project
Development

No branches or pull requests

6 participants