This commit is contained in:
wut0n 2025-12-10 20:58:26 +08:00
parent 7363ea3663
commit bed466e72a
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ canberra_focal = load_inline(
cpp_sources=canberra_focal_cpp_source,
cuda_sources=canberra_focal_source,
functions=["canberra_focal_loss_cuda"],
extra_cuda_cflags=["-O3", "--use_fast_math"],
extra_cuda_cflags=["-O3"],
verbose=True
)