ITADN
发现更多
我的工作台
neurlang/classifier
/
Issues
tune the cuda kernel - eliminate global hashCounter, alpha0, alpha1
#1
Closed
martinarisk
创建于 2025-02-10
M
martinarisk
commented
```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 条评论