CUTLASS 3.2.1 (#1113)
* Updates for 3.2.1 release. * Minor fix in gemm op profiler for raster order. * Add scheduler mapping for raster order in the kernels.
This commit is contained in:
@@ -42,8 +42,8 @@
|
||||
|
||||
#include "cutlass/library/util.h"
|
||||
|
||||
#include "performance_report.h"
|
||||
#include "debug.h"
|
||||
#include "cutlass/profiler/performance_report.h"
|
||||
#include "cutlass/profiler/debug.h"
|
||||
namespace cutlass {
|
||||
namespace profiler {
|
||||
|
||||
@@ -382,6 +382,7 @@ std::ostream & PerformanceReport::print_result_csv_(
|
||||
<< "," << result.gbytes_per_sec()
|
||||
<< "," << result.gflops_per_sec()
|
||||
;
|
||||
|
||||
}
|
||||
else {
|
||||
out << std::string(2
|
||||
|
||||
Reference in New Issue
Block a user