Skip to content

Commit f6eee81

Browse files
address review comment
Signed-off-by: Whitney Tsang <[email protected]>
1 parent 831d42b commit f6eee81

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

third_party/intel/triton_xpu.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@ void init_triton_intel(py::module &&m) {
215215
context.loadAllAvailableDialects();
216216
});
217217

218+
// May do this after llvm ir according to user fmath flag.
218219
m.def("set_fast_math", [](mlir::ModuleOp mod) {
219220
using namespace mlir;
220221
MLIRContext *ctx = mod.getContext();

0 commit comments

Comments
 (0)