- Notifications
You must be signed in to change notification settings - Fork80
support tile builtins#623
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:master
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Please also enable the tile tests by adressingthis comment.
Uh oh!
There was an error while loading.Please reload this page.
@antoyo i need some clarity on impl. the tile intrinsics. currently, I see a few possible approaches:
"llvm.x86.ldtilecfg" =>{let name ="__rustc_tile_ldtilecfg";let func = cx.context.new_function(None,FunctionType::Internal, cx.type_void(),&[/* params */], name,false,);} |
Yeah, Perhaps your solution#2 would be the simplest (if that works). You could add the attribute AlwaysInline to make sure it's efficient. Otherwise, I see another solution involving changing the |
this prfixes#563