You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know how much time you can get, but here is what [ChromeOS](https://chromium.googlesource.com/chromiumos/overlays/chromiumos-overlay/+/main/media-libs/clvk/clvk-0.0.1.ebuild) is using to reduce the build time of clvk:
Reposting my initial reply here (was hoping Github would copy the whole conversation):
Some of these could probably be set by default. We could introduce a flag to select "dev" vs. "release" builds (that would have to be different from CMAKE_BUILD_TYPE I think) to enable/disable testing and tools maybe. AFAICT, the biggest savings will come from disabling SPIRV-Tools and the SPIRV-LLVM-Translator. Let's take the discussion to a dedicated issue to not pollute that PR.
Maybe we should regroup all that under one variable inside our cmake. It would make it easier to maintain
Originally posted by @rjodinchr in #543 (comment)
The text was updated successfully, but these errors were encountered: