Open terU3760 opened 2 years ago
Accessing __shared__
memory via inline ASM is not recommended and will probably cause more harm than good. What problem are you trying to solve? Why not simply code temp_local...[i]
?
@b-sumner I'm trying to test and let the inline assembly working. How to make this program(inline assembly) workable? Or could you please provide a program architecture to let these inline assembly workable?
Have followed here to write the following code: The hip file:
The cpp file:
The code just doesn't compile! How to correct it? Thanks in advance!