Commit Graph

4 Commits

Author SHA1 Message Date
Janne Hellsten 407db86e6f pytorch 1.11 support: don't use conv2d_gradfix on v1.11, port grid_sample_gradfix to the new API
thanks @timothybrooks for the fix!

for #145
2022-04-22 17:45:23 +03:00
Janne Hellsten 69c7ef0fbd Update custom ops to work with fresh install of VS 2022
for #115
2022-04-11 18:28:54 +03:00
Janne Hellsten 583f2bdd13 Remove UTF-8 byte order markers (BOMs)
BOMs barf on UTF-8 decoding within PyTorch:

    File "D:\Soft\Miniconda3\lib\site-packages\torch\utils_cpp_extension_versioner.py", line 16, in hash_source_files
    hash_value = update_hash(hash_value, file.read())
    UnicodeDecodeError: 'gbk' codec can't decode byte 0xbf in position 2: illegal multibyte sequence

Should fix #10, #14
2021-10-13 13:00:26 +03:00
Janne Hellsten 8fb5177d77 initial commit 2021-10-11 18:09:48 +03:00