small fix threads per block sum
This commit is contained in:
parent
976f932007
commit
a538ab4ecd
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
#define THREADS_PER_BLOCK 128
|
||||
#define TILE_SIZE 32
|
||||
#define SHMEM_SIZE THREADS_PER_BLOCK_SUM * sizeof(float)
|
||||
#define SHMEM_SIZE THREADS_PER_BLOCK * sizeof(float)
|
||||
|
||||
__host__ void cpu_to_cuda(Tensor* tensor) {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue