-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Hi,
made a fresh clone. When compiling I am getting errors for a missing file. Missing file is : Here's a typical error message:
[ 23%] Building CXX object thirdparty/rNdN/CMakeFiles/rNdN_common.dir/src/Backend/Codegen/Generators/Instructions/Logical/NotGenerator.cpp.o
In file included from /home/sdamours/ore-gpu/thirdparty/rNdN/include/Backend/Codegen/Builder.h:6,
from /home/sdamours/ore-gpu/thirdparty/rNdN/include/Backend/Codegen/Generators/Generator.h:3,
from /home/sdamours/ore-gpu/thirdparty/rNdN/include/Backend/Codegen/Generators/Instructions/PredicatedInstructionGenerator.h:3,
from /home/sdamours/ore-gpu/thirdparty/rNdN/include/Backend/Codegen/Generators/Instructions/Arithmetic/AddGenerator.h:3,
from /home/sdamours/ore-gpu/thirdparty/rNdN/src/Backend/Codegen/Generators/Instructions/Arithmetic/AddGenerator.cpp:1:
/home/sdamours/ore-gpu/thirdparty/rNdN/include/PTX/Tree/Tree.h:231:10: fatal error: PTX/Tree/Instructions/Data/Modifiers/ConvertFlushSubnormalModifier.h: No such file or directory
231 | #include "PTX/Tree/Instructions/Data/Modifiers/ConvertFlushSubnormalModifier.h"