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
should nvCOMP be working for Pascal generation cards? Despite the docs mentioning that the minimum hardware requirement for nvCOMP was compute capabilities 6.0 ("Pascal (sm60) or higher GPU architecture is required. Volta (sm70)+ GPU architecture is recommended for best results."), the compression fails on all our systems with Titan Xp cards, which have compute capability 6.1. On newer cards, all compression modes work as desired. We use nvCOMP in version nvcomp_3.0.5_windows_12.x.
We observe three different behaviors:
BitcompManager::get_compressed_output_size crashes the application with: "Unhandled exception at 0x00007FFD07BB286E (ucrtbase.dll) in *.exe: Fatal program exit requested.".
get_compressed_output_size with all other managers (ANS, Cascaded, Deflate, Gdeflate, LZ4, Snappy) returns 0 on any compression input.
In summary, none of the compressions work on any of our Titan Xp cards. We do not have any other Pascal cards for testing, so I cannot say whether the documented minimum requirement of compute capability is wrong and Pascal cards are not supported altogether or whether this is an issue specific to the Titan Xp. For the moment, we can circumvent the issue by simply deactivating compression on systems with CC < 7.0, but it would be sad to lose this feature for an entire GPU generation.
Best regards,
Daniel
The text was updated successfully, but these errors were encountered:
This issue has been labeled inactive-30d due to no recent activity in the past 30 days. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed. This issue will be labeled inactive-90d if there is no activity in the next 60 days.
This issue has been labeled inactive-90d due to no recent activity in the past 90 days. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed.
Hi everyone,
should nvCOMP be working for Pascal generation cards? Despite the docs mentioning that the minimum hardware requirement for nvCOMP was compute capabilities 6.0 ("Pascal (sm60) or higher GPU architecture is required. Volta (sm70)+ GPU architecture is recommended for best results."), the compression fails on all our systems with Titan Xp cards, which have compute capability 6.1. On newer cards, all compression modes work as desired. We use nvCOMP in version nvcomp_3.0.5_windows_12.x.
We observe three different behaviors:
from: cudaOccupancyMaxActiveBlocksPerMultiprocessor( &num_blocks_per_sm, lz_compression_kernel, block_size, 0 )".
In summary, none of the compressions work on any of our Titan Xp cards. We do not have any other Pascal cards for testing, so I cannot say whether the documented minimum requirement of compute capability is wrong and Pascal cards are not supported altogether or whether this is an issue specific to the Titan Xp. For the moment, we can circumvent the issue by simply deactivating compression on systems with CC < 7.0, but it would be sad to lose this feature for an entire GPU generation.
Best regards,
Daniel
The text was updated successfully, but these errors were encountered: