mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Add missing CUDA kernel to tensor scan op
The TensorScanOp implementation was missing a CUDA kernel launch. This adds a simple placeholder implementation.
This commit is contained in:
@@ -220,7 +220,7 @@ if(CUDA_FOUND AND EIGEN_TEST_CUDA)
|
||||
ei_add_test(cxx11_tensor_reduction_cuda)
|
||||
ei_add_test(cxx11_tensor_argmax_cuda)
|
||||
ei_add_test(cxx11_tensor_cast_float16_cuda)
|
||||
# ei_add_test(cxx11_tensor_scan_cuda)
|
||||
ei_add_test(cxx11_tensor_scan_cuda)
|
||||
|
||||
# The random number generation code requires arch 3.5 or greater.
|
||||
if (${EIGEN_CUDA_COMPUTE_ARCH} GREATER 34)
|
||||
|
||||
Reference in New Issue
Block a user