3.6.0 update (#2005)
* 3.6.0 update * doc and swap stuff --------- Co-authored-by: yuzhai <yuzhai@nvidia.com> Co-authored-by: Haicheng Wu <haichengw@nvidia.com>
This commit is contained in:
co-authored by
yuzhai
Haicheng Wu
parent
e1cd8c7866
commit
3d261a5974
@@ -104,7 +104,7 @@ void run_test(int M, int N) {
|
||||
for (int n = 0; n < N; ++n) {
|
||||
auto diff = abs(static_cast<float>(output_ref.at({m, n}) - output.at({m, n})));
|
||||
mean_abs_diff += diff;
|
||||
max_abs_diff = max(max_abs_diff, diff);
|
||||
max_abs_diff = cutlass::platform::max(max_abs_diff, diff);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user