auto-round icon indicating copy to clipboard operation
auto-round copied to clipboard

[Low priority]auto_round:triton backend has bug at inference

Open wenhuach21 opened this issue 6 months ago • 0 comments

File "/home/wenhuach/anaconda3/envs/autoround/lib/python3.10/site-packages/triton/runtime/jit.py", line 167, in return lambda *args, **kwargs: self.run(grid=grid, warmup=False, *args, **kwargs) File "/home/wenhuach/auto-round/auto_round_extension/cuda/triton_utils/custom_autotune.py", line 131, in run key = tuple([2 ** int(math.log2(x) + 0.5) for x in key]) File "/home/wenhuach/auto-round/auto_round_extension/cuda/triton_utils/custom_autotune.py", line 131, in key = tuple([2 ** int(math.log2(x) + 0.5) for x in key]) ValueError: math domain error

wenhuach21 avatar Aug 08 '24 07:08 wenhuach21