From 237ee940595e5cc93dd9683ce7f49d25a7f8f430 Mon Sep 17 00:00:00 2001 From: Georgy Evtushenko Date: Tue, 13 Jun 2023 11:40:47 +0400 Subject: [PATCH] Fix reduce by key tile state for Pascal --- cub/agent/single_pass_scan_operators.cuh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cub/agent/single_pass_scan_operators.cuh b/cub/agent/single_pass_scan_operators.cuh index 66fce8ae1..af91d6b17 100644 --- a/cub/agent/single_pass_scan_operators.cuh +++ b/cub/agent/single_pass_scan_operators.cuh @@ -997,7 +997,7 @@ struct ReduceByKeyScanTileState /** * Wait for the corresponding tile to become non-invalid */ - template > + template ::delay_t> __device__ __forceinline__ void WaitForValid( int tile_idx, StatusWord &status,