tessl install tessl/pypi-cupy-cuda101@9.6.0CuPy: NumPy & SciPy for GPU (CUDA 10.1 version)
Agent Success
Agent success rate when using this tile
87%
Improvement
Agent success rate improvement when using this tile compared to baseline
1.19x
Baseline
Agent success rate without this tile
73%
Generated
Agent Claude Code
Scenario 1
Histogram computation (histogram, histogram2d, histogramdd, bincount, digitize)
Scenario 2
Universal functions (ufuncs with automatic type promotion)
Scenario 3
Bitwise operations (bitwise_and, bitwise_or, bitwise_xor, left_shift, right_shift)
Scenario 4
CUDA graph capture and replay
Scenario 5
JIT compilation with @rawkernel decorator
Scenario 6
Thrust library integration for sorting
Scenario 7
Array splitting (split, array_split, hsplit, vsplit, dsplit)
Scenario 8
Broadcasting operations (broadcast_arrays, broadcast_to)
Scenario 9
Batched cuBLAS operations (gemmBatched, getrfBatched)