forked from NVIDIA/thrust
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not merge; testing NVIDIA/cub#411.
- Loading branch information
1 parent
295025a
commit 41d169d
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule cub
updated
7 files
+2 −1 | cub/detail/device_synchronize.cuh | |
+41 −0 | cub/detail/exec_check_disable.cuh | |
+14 −10 | cub/util_type.cuh | |
+7 −0 | test/bfloat16.h | |
+7 −0 | test/half.h | |
+347 −139 | test/test_device_radix_sort.cu | |
+28 −17 | test/test_util.h |