Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RDNA (gfx1010) Unknown instruction #31

Open
qinapps opened this issue Jul 12, 2020 · 1 comment
Open

RDNA (gfx1010) Unknown instruction #31

qinapps opened this issue Jul 12, 2020 · 1 comment

Comments

@qinapps
Copy link

qinapps commented Jul 12, 2020

When I trie to use v_addc_co_u32 for a gfx1010 kernel I have Unknown instruction. But in the documentation shows me the command exist. I make something wrong?
I saw that s_set_gpr_idx_on or off don't exist anymore on RDNA, how I can find a work around?

@Lolliedieb
Copy link

If I read gfx1010 ISA right the Vega op "v_addc_co_u32" was replaced by "v_add_co_ci_u32"

See here:
https://developer.amd.com/wp-content/resources/RDNA_Shader_ISA.pdf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants