Undef macro in TensorContractionGpu.h that causes buildbreakages.

This commit is contained in:
Rasmus Munk Larsen 2024-03-26 18:01:48 +00:00
parent d8aa4d6ba5
commit c54303848a

View File

@ -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) {