Closed positiveblue closed 7 years ago
If this is not ML we could have -DBUILD_NLA
-DBUILD_ML=OFF only turns off the building of cli under ml. The ones you mention are under nla. We should probably have also a -DBUILD_NLA.
Effectively, we have an -DBUILD_NLA too.
I have moved both ML and NLA applications to its own folder. I think that it is not really a "feature" and should have their own space. #52
Do you have any objection? @haimav @gidiko
Running the command make after
compiles three targets: capi (libskylark.so), skylark_linear, skylark_svd.
I think this is not how it should work because -DBUILD_ML=OFF. Is this the normal behavior or we have to change it?