mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Undef macro in TensorContractionGpu.h that causes buildbreakages.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user