Won-Kyu Park
Won-Kyu Park
> At first glance, this basically reverts a lot of Rickard's work - could you explain why the changes are needed? There also seems to be a bunch of changes...
> Hey @wkpark, @akx, @matthewdouglas, @rickardp, > > Yes agreed, #949 was merged a bit hasty, due to an misunderstanding and too quick trigger finger on my side. Sorry for...
- [x] only "mlir" build like other platforms - [x] `LLVM_ENABLE_DIA_SDK=OFF` to fix msvc issue. `"ninja: error: 'C:/Program Files/Microsoft Visual Studio/2022/Enterprise/DIA SDK/lib/amd64/diaguids.lib', needed by 'D:/src/triton/python/build/lib.win-amd64-cpython-310/triton/_C/libtriton.pyd', missing and no known rule...
rebased, enable windows llvm build again.
ping @gflegar this PR is ready for review
I am hackmod. known as wkpark and for about ~20 years known as an open source developer in South Korea. chainkoreauser is airking. he is only 20 years old. See...
@chainkoreauser // that can't be I am 49 years old. about ~20 years older than airking. I am hackmod and this is a proof gist post (https://gist.github.com/wkpark/a1f2ed516ba11e3cfd91d4e6041ecca4)
> I think `python/triton/common/build.py` is becoming way too complicated. It would be great to have abstractions instead of another `if/else` statement I don't think it's gotten too complicated, but I've...
rebased, partially squashed
now runtime tests are passed with minor fixes - `test_subproc.py` needs "spawn" - `test_cache.py` with `tempfile.NamedTemporaryFile(mode='w+', suffix='.py', delete=False)` ~~~bash (venv) D:\src\triton\python\test\unit>python -m pytest runtime ======================================================= test session starts ======================================================= platform...