You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I want to try port the reef to 6900XT GPU. What general work needs to be done? I see that the DNN model in resource is all the generated code of specific architecture, so do I mainly need this part of code of porting?
Thanks in advance~
The text was updated successfully, but these errors were encountered:
Some assembly is not suitable for 6900, and you need to fix it.
some issue will occur when you get the address of functions using d2d hipmemcpy in 6900xt, but using a kernel to copy works.
modify the resource counts in code, which will make reef much faster
generate new profile for each model, but I have NOT do that.
Besides, I also do same modify in a newer tvm for hip code generation.
Some of my code in my repo may be vague, but reef does work on my 6900xt. Some models sometimes have deadlocks while running. But I haven't investigated in depth.
The reasult for inference test may be a little different because of the different wavefront size
Hello, I want to try port the reef to 6900XT GPU. What general work needs to be done? I see that the DNN model in resource is all the generated code of specific architecture, so do I mainly need this part of code of porting?
Thanks in advance~
The text was updated successfully, but these errors were encountered: