Skip to content

Commit

Permalink
Update fp8_gemm_tuner.py exchange import torch and hipbsolidxgemm (#46)
Browse files Browse the repository at this point in the history
* Update fp8_gemm_tuner.py exchange import torch and hipbsolidxgemm

ImportError: libc10.so: cannot open shared object file: No such file or directory

https://stackoverflow.com/a/65710714

* run isort on fp9_gemm_tuner.py

* add # isort: split

* fix yapf

---------

Co-authored-by: charlifu <[email protected]>
  • Loading branch information
liligwu and charlifu authored Jun 11, 2024
1 parent d254de7 commit ff24102
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 # isort: split
import hipbsolidxgemm
import pandas as pd
import torch
import torch.nn.functional as F

hipbsolidxgemm.hipb_create_extension()
Expand Down

0 comments on commit ff24102

Please sign in to comment.