TaiXeflar
TaiXeflar
Hey guys I tested for serval env to compile codon project, with all are failed: ``` git clone https://github.com/exaloop/llvm-project.git --depth=1 git clone https://github.com/exaloop/codon.git --depth=1 --branch=windows ``` The LLVM has been...
Yes, I've add `tools/Jupyter/kernel/scripts` and the Cling CMAKE Install PATH to System PATH. It still not works then. I'll continue give it try.
Sorry for a long time reply. I actually tried this way: The GCC toolchain compile is pretty normal with a fast speed by ninja until linking, it will stucks at...
Ok. How can I support this?
I've got something works on the early state just for few hours ago, but I need more tests to work with like MNIST example. There's something weird that running PyTorch-DirectML...
@SamanehSaadat I created a venv for a initial local test. At first, I use a ENV variable do a control to enable torch-directml. Then I adding this to `keras/src/backend/torch/core.py`: ```...
I think there's no rules to specifying device when Keras using `torch-directml` based PyTorch backend. So I'm doing some detection test here...
My latest compile history is this (2025/7/18). > exaloop/codon v0.17, MSVC - Side-projects can be fixed by adjust `CPM.cmake`, or manually add needed libraries. - `codon/CMakeLists.txt` can be adjusted. -...
@K0lb3 Do you joined exaloop/codon's DC server? maybe we can have a chat there
@MaD70 There's a assembly compile target at `openmp/runtime/src/z_Windows_NT-586_asm.asm` requires Macro Assembler where GCC toolchain doesn't have this. So is not any environment problems, it is GCC doesn't have Macro Assembler....