diff --git a/python/examples/cccl_cooperative_block_reduce.py b/python/examples/cccl_cooperative_block_reduce.py index 0d5d970..c0f0138 100644 --- a/python/examples/cccl_cooperative_block_reduce.py +++ b/python/examples/cccl_cooperative_block_reduce.py @@ -17,7 +17,7 @@ import sys import cuda.bench as bench -import cuda.cccl.cooperative.experimental as coop +import cuda.coop as coop import numba import numpy as np from numba import cuda