From bed466e72a6c17cd5828a50e0abce1671eb24d4e Mon Sep 17 00:00:00 2001 From: wut0n <3455534242@qq.com> Date: Wed, 10 Dec 2025 20:58:26 +0800 Subject: [PATCH] Fi --- S1/wut0n_#88/canberra_focalloss_cudacode.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/S1/wut0n_#88/canberra_focalloss_cudacode.py b/S1/wut0n_#88/canberra_focalloss_cudacode.py index a867206f..d5dc0566 100644 --- a/S1/wut0n_#88/canberra_focalloss_cudacode.py +++ b/S1/wut0n_#88/canberra_focalloss_cudacode.py @@ -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 )