ZLUDA/dark_api
Andrzej Janik 869d291099
Progress compilation despite parsing errors (#495)
Previously if we ran into a broken instruction we'd fail whole compilation. This PR changes it so (only in Release mode) we try and progress at all cost. Meaning that if we had trouble parsing an instruction we just remove function form the output and continue.

For some workloads we can still compile a semi-broken, but meaningful subset of a module
2025-09-08 14:35:29 -07:00
..
src Progress compilation despite parsing errors (#495) 2025-09-08 14:35:29 -07:00
Cargo.toml Implement cuLibraryLoadData (#388) 2025-06-18 16:05:53 -07:00