mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-06-04 18:54:00 +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();
|
__syncthreads();
|
||||||
} // end loop over k
|
} // end loop over k
|
||||||
|
|
||||||
|
#undef add_vals
|
||||||
|
|
||||||
__syncthreads();
|
__syncthreads();
|
||||||
Index horiz_base = (threadIdx.y / 4) * 8 + base_n;
|
Index horiz_base = (threadIdx.y / 4) * 8 + base_n;
|
||||||
if (!CHECK_LHS_BOUNDARY && !CHECK_RHS_BOUNDARY) {
|
if (!CHECK_LHS_BOUNDARY && !CHECK_RHS_BOUNDARY) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user