-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Fix for issue #876 #1012
Fix for issue #876 #1012
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.
Do we know that all
does not reduce the performance compared to native
?
It most certainly would in some sense. For example when I compile with |
for example I just ran w a binary the load time for a model (
vs |
So, is it worth switching to |
yes, cuda optimizations are highly specific to the hardware. In that regard, I like the above suggestion. However, I'm reading in other comments though for some arch/cuda combos neither works :( and one has to specify the exact arch like |
It doesn't work on 2080 and version 12.1 |
For the following issue:
#876 (comment)
GPU support won't build without the change from
native
toany
. Confirmed working with a 4090.