Skip to content

Commit 560e7c1

Browse files
authored
Remove accidentally committed debugs (#8990)
Remove accidental debugs
1 parent eacc40e commit 560e7c1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/CodeGen_PTX_Dev.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,11 +257,9 @@ void CodeGen_PTX_Dev::init_module() {
257257
}
258258

259259
if (CodeGen_GPU_Dev::any_strict_float) {
260-
debug(0) << "Setting strict fp math\n";
261260
set_strict_fp_math();
262261
in_strict_float = target.has_feature(Target::StrictFloat);
263262
} else {
264-
debug(0) << "Setting fast fp math\n";
265263
set_fast_fp_math();
266264
}
267265
}

0 commit comments

Comments
 (0)