Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change the position of minus sign in line1549 array.h (#1091)
when I use cutlass::epilogue::thread::LinearCombinationSigmoid, I encounter the this error: cutlass/include/cutlass/array.h(1549): error: no operator "-" matches these operands Moving operator "-" from line 1549 to 1548 can solve this error
- Loading branch information