-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix cuda compression device lost (#347)
* Fixing issue with cuda decompression context remaining unusable after an error. * Fix control flow * Fix virtual memory allocation issues. Implementes missing SysHost::VirtualProtect on Windows. * Fix dllimport/export w/ interface target on harvester * Return harvester to configurable lib. Defaults to dynamic. * Fix harvester build action * Fix interface include dirs * Fix device lost on non-errors. Fixes CUDA decompressor also not being torn-down or recreated properly.
- Loading branch information
1 parent
6ab28ed
commit 0ee2a1e
Showing
8 changed files
with
232 additions
and
94 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.