Commit bab295e
[ROCm] Fix some ROCm codegen bugs (#15454)
* rocm bug fix:Module hip should be either dso exportable or binary serializable
rocm bug fix: llvm.amdgcn.ds.bpermute Intrinsic has incorrect return type
rocm bug fix:ptr addrspace(3) @shmem Global is external, but doesn't have external or weak linkage
Co-authored-by: zhangxiao-stack <1244360827@qq.com>
* lint
---------
Co-authored-by: zhangxiao-stack <zhangqha@sugon.com>
Co-authored-by: zhangxiao-stack <1244360827@qq.com>1 parent b77d659 commit bab295e
File tree
3 files changed
+6
-4
lines changed- src
- runtime/rocm
- target/llvm
- tir/transforms
3 files changed
+6
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
67 | 69 | | |
68 | 70 | | |
69 | 71 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
702 | 702 | | |
703 | 703 | | |
704 | 704 | | |
705 | | - | |
706 | | - | |
| 705 | + | |
| 706 | + | |
707 | 707 | | |
708 | 708 | | |
709 | 709 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
729 | 729 | | |
730 | 730 | | |
731 | 731 | | |
732 | | - | |
| 732 | + | |
733 | 733 | | |
734 | 734 | | |
735 | 735 | | |
| |||
0 commit comments