ITADN

tune the cuda kernel - eliminate global hashCounter, alpha0, alpha1

#1Closedmartinarisk 创建于 2025-02-10
M
martinariskcommented
```C __device__ static uint32_t hashCounter = 0; __device__ static uint32_t* alpha0 = 0; __device__ static uint32_t* alpha1 = 0; ``` could be eliminated.
关闭于 2025-12-06 1 条评论