NVIDIA / Fuser

A Fusion Code Generator for NVIDIA GPUs (commonly known as "nvFuser")
Other
257 stars 51 forks source link

Recompile files with no changes with top-level build #152

Open rdspring1 opened 1 year ago

rdspring1 commented 1 year ago

Recompile building CXX object CMakeFiles/nvfuser_codegen.dir/csrc/executor_utils.cpp.o whenever you run python setup.py build

jjsjann123 commented 1 year ago

Just wanted to make a note here that, this is because we are blindly updating runtime headers: https://github.com/NVIDIA/Fuser/blob/842d5431bb5777fcc0bbdcc1da3cb1b3b216399f/CMakeLists.txt#L502-L521