anydsl icon indicating copy to clipboard operation
anydsl copied to clipboard

Meta project to quickly build dependencies

Results 7 anydsl issues
Sort by recently updated
recently updated
newest added

The cmake-based setup is still a good workaround to get AnyDSL working on Windows. However, some configs are old. The following patch updates a single file such that it is...

What's the preferred way of installing various AnyDSL projects? I have built everything, but I am not sure what's the best way of installing include files and libraries other than...

there are currently some shortcomings of the dependency management for Half * when not found the required find_package() in thorin just fails with an error message * when using AnyDSL_PKG_Half_AUTOBUILD=ON...

This is only relevant for people using the cmake based setup using prebuild LLVM. An alternative could be matching the major version only.

if -DBUILD_SHARED_LIBS=ON is not set explicitly; and LLVM was build with LINK_DYLIB, Thorin will be build as a shared library, while RV is being build as a static archive. This...