-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
As discussed in the meeting we decided to skip the failing tests for now, and circle back to them asap.
=========================== short test summary info ============================
FAILED cudapy/test_array_reductions.py::TestArrayReductions::test_mean_basic - cuda.bindings.nvjitlink.nvJitLinkError: ERROR_PTX_COMPILE (4)
Linker error log: ptxas fatal : (C7907) Internal compiler error.
ptxas fatal : Ptx assembly aborted due to errors
ERROR NVJITLINK_ERROR_PTX_COMPILE: JIT the PTX (ltoPtx)
FAILED cudapy/test_array_reductions.py::TestArrayReductions::test_nanmean_basic - cuda.bindings.nvjitlink.nvJitLinkError: ERROR_PTX_COMPILE (4)
Linker error log: ptxas fatal : (C7907) Internal compiler error.
ptxas fatal : Ptx assembly aborted due to errors
ERROR NVJITLINK_ERROR_PTX_COMPILE: JIT the PTX (ltoPtx)
FAILED cudapy/test_array_reductions.py::TestArrayReductions::test_nanprod_basic - cuda.bindings.nvjitlink.nvJitLinkError: ERROR_PTX_COMPILE (4)
Linker error log: ptxas fatal : (C7907) Internal compiler error.
ptxas fatal : Ptx assembly aborted due to errors
ERROR NVJITLINK_ERROR_PTX_COMPILE: JIT the PTX (ltoPtx)
FAILED cudapy/test_array_reductions.py::TestArrayReductions::test_nansum_basic - cuda.bindings.nvjitlink.nvJitLinkError: ERROR_PTX_COMPILE (4)
Linker error log: ptxas fatal : (C7907) Internal compiler error.
ptxas fatal : Ptx assembly aborted due to errors
ERROR NVJITLINK_ERROR_PTX_COMPILE: JIT the PTX (ltoPtx)
FAILED cudapy/test_array_reductions.py::TestArrayReductions::test_sum_basic - cuda.bindings.nvjitlink.nvJitLinkError: ERROR_PTX_COMPILE (4)
Linker error log: ptxas fatal : (C7907) Internal compiler error.
ptxas fatal : Ptx assembly aborted due to errors
ERROR NVJITLINK_ERROR_PTX_COMPILE: JIT the PTX (ltoPtx)
====== 5 failed, 1909 passed, 47 skipped, 14 xfailed in 333.45s (0:05:33) ======
Steps/Code to reproduce bug
Expected behavior
Environment details (please complete the following information):
Additional context
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working