mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Fix MSVC+CUDA issues.
This commit is contained in:
@@ -235,7 +235,7 @@ EigenContractionKernelInternal(const LhsMapper lhs, const RhsMapper rhs,
|
||||
} \
|
||||
} \
|
||||
|
||||
#define writeRegToShmem(_) \
|
||||
#define writeRegToShmem() \
|
||||
lhs_shmem[lhs_store_idx_0] = lhs_pf0; \
|
||||
rhs_shmem[rhs_store_idx_0] = rhs_pf0; \
|
||||
\
|
||||
|
||||
Reference in New Issue
Block a user