mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-04-20 08:39:37 +08:00
Undef macro in TensorContractionGpu.h that causes buildbreakages.
This commit is contained in:
parent
d8aa4d6ba5
commit
c54303848a
@ -1057,6 +1057,8 @@ __device__ __forceinline__ void EigenFloatContractionKernelInternal(const LhsMap
|
||||
__syncthreads();
|
||||
} // end loop over k
|
||||
|
||||
#undef add_vals
|
||||
|
||||
__syncthreads();
|
||||
Index horiz_base = (threadIdx.y / 4) * 8 + base_n;
|
||||
if (!CHECK_LHS_BOUNDARY && !CHECK_RHS_BOUNDARY) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user