From 41c62b9e569f8ea8864fdf132f7b459a88435132 Mon Sep 17 00:00:00 2001 From: Bernhard Manfred Gruber Date: Fri, 10 Jan 2025 14:18:37 +0100 Subject: [PATCH] Fix qualifier --- cub/cub/agent/agent_spmv_orig.cuh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cub/cub/agent/agent_spmv_orig.cuh b/cub/cub/agent/agent_spmv_orig.cuh index 64d94c0959..dc4d5d662c 100644 --- a/cub/cub/agent/agent_spmv_orig.cuh +++ b/cub/cub/agent/agent_spmv_orig.cuh @@ -558,7 +558,7 @@ struct AgentSpmv CTA_SYNC(); // Search for the thread's starting coordinate within the merge tile - thrust::counting_iterator tile_nonzero_indices(tile_start_coord.y); + THRUST_NS_QUALIFIER::counting_iterator tile_nonzero_indices(tile_start_coord.y); CoordinateT thread_start_coord; MergePathSearch( @@ -692,7 +692,7 @@ struct AgentSpmv // Search our starting coordinates OffsetT diagonal = (tile_idx + threadIdx.x) * TILE_ITEMS; CoordinateT tile_coord; - thrust::counting_iterator nonzero_indices(0); + THRUST_NS_QUALIFIER::counting_iterator nonzero_indices(0); // Search the merge path MergePathSearch(