runtime icon indicating copy to clipboard operation
runtime copied to clipboard

Set some optional dependencies to find_package(... QUIET).

Open m-kurtenacker opened this issue 1 year ago • 2 comments

We should not nag users with warnings that might not be relevant to them. We might want to enable some info messages for this though, or find some other means to expose the capabilities that the runtime (and probably the rest of the toolchain) was build with.

m-kurtenacker avatar Jun 24 '24 17:06 m-kurtenacker

I like this, but I also agree with the last point that we have to list all the "features" the runtime in the end provides. It is not really funny to see that the runtime has no CUDA or JIT (etc,...) when building a different project :D

PearCoding avatar Jun 24 '24 18:06 PearCoding

How do we know what's relevant for the user? For example, that information is important to me.

richardmembarth avatar Jun 24 '24 21:06 richardmembarth

See https://github.com/AnyDSL/runtime/pull/57 for further discussion.

m-kurtenacker avatar Jan 10 '25 11:01 m-kurtenacker