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 )