[ir] deleted mask/merge instructions; will be replaced by masked_load/store and select
This commit is contained in:
@@ -144,6 +144,6 @@ int main() {
|
||||
for(config_t c: configs){
|
||||
std::string repr = c.repr();
|
||||
perf_t perf = c.perf(stream);
|
||||
std::cout << repr << ", " << perf.triton << ", " << perf.cublas << std::endl;
|
||||
std::cout << "// " << repr << ", " << perf.triton << ", " << perf.cublas << std::endl;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user