Skip to content

Commit

Permalink
cuszp compressor import optional
Browse files Browse the repository at this point in the history
  • Loading branch information
danlkv committed May 9, 2024
1 parent 1506748 commit 82fb586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qtensor/compression/Compressor.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@


import torch
import cuszp
try:
import cuszp
from cuszx_wrapper import cuszx_host_compress, cuszx_host_decompress, cuszx_device_compress, cuszx_device_decompress
from cuSZp_wrapper import cuszp_device_compress, cuszp_device_decompress
from cusz_wrapper import cusz_device_compress, cusz_device_decompress
Expand Down

0 comments on commit 82fb586

Please sign in to comment.