Skip to content

Commit

Permalink
Update fp8_gemm_tuner.py exchange import torch and hipbsolidxgemm
Browse files Browse the repository at this point in the history
ImportError: libc10.so: cannot open shared object file: No such file or directory

https://stackoverflow.com/a/65710714
  • Loading branch information
liligwu authored Jun 11, 2024
1 parent d254de7 commit bd8d0a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradlib/gradlib/fp8_gemm_tuner.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
import random
from pathlib import Path

import torch
import hipbsolidxgemm
import pandas as pd
import torch
import torch.nn.functional as F

hipbsolidxgemm.hipb_create_extension()
Expand Down

0 comments on commit bd8d0a6

Please sign in to comment.