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
Using @robertmaynard's work in https://github.com/robertmaynard/runtime_lto_examples, we need to work on one or two examples in the cuML repository and transforming the usage to work seamlessly with a JIT LTO module. Once we have a working algorithm e2e, we need to measure:
Binary size
Compilation time
Runtime performance (benchmarks, HPO, etc.)
Questions to answer in the future:
How will we ship intermediate fatbins
Can we cache JIT to disk
The text was updated successfully, but these errors were encountered:
Using @robertmaynard's work in https://github.com/robertmaynard/runtime_lto_examples, we need to work on one or two examples in the cuML repository and transforming the usage to work seamlessly with a JIT LTO module. Once we have a working algorithm e2e, we need to measure:
Questions to answer in the future:
The text was updated successfully, but these errors were encountered: