Casey Haaland
Casey Haaland
I upgraded to the latest version of jupyter-core and find that I get the following error ```PermissionError: [WinError 5] Access is denied: ''``` This error seems to be due to...
# 🐛 Describe the bug Both numpy and python do integer division rounding towards minus infinity (floor division). ```python >> (-1) // 2 -1 >> import numpy as np >>...
# 🐛 Describe the bug I'm observing that triton gives the incorrect answer when computing the ceiling division of a negative integer. `triton.cdiv` gives the correct answer but `tl.cdiv` (on...