Skip to content

Commit

Permalink
Remove leftover print
Browse files Browse the repository at this point in the history
  • Loading branch information
Diptorup Deb committed Mar 22, 2024
1 parent 716a8c8 commit d0ad17e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions numba_dpex/core/utils/kernel_launcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,8 +328,6 @@ def set_kernel_from_spirv(
"unexpected behavior"
)

print(build_kernel_options)

if build_kernel_options != "":
spv_compiler_options = self.context.insert_const_string(
self.builder.module, build_kernel_options
Expand Down

0 comments on commit d0ad17e

Please sign in to comment.