-
-
Notifications
You must be signed in to change notification settings - Fork 79
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
fatbin targets placed in "wrong" target folder #495
Labels
Comments
eyalroz
added a commit
that referenced
this issue
Apr 17, 2023
…fatbin generation (`CMAKE_CURRENT_BINARY_DIR`)
eyalroz
added a commit
that referenced
this issue
Apr 17, 2023
…fatbin generation (`CMAKE_CURRENT_BINARY_DIR`)
eyalroz
added a commit
that referenced
this issue
Apr 17, 2023
…fatbin generation (`CMAKE_CURRENT_BINARY_DIR`)
eyalroz
added a commit
that referenced
this issue
Apr 17, 2023
…fatbin generation (`CMAKE_CURRENT_BINARY_DIR`)
eyalroz
added a commit
that referenced
this issue
Apr 17, 2023
…fatbin generation (`CMAKE_CURRENT_BINARY_DIR`)
eyalroz
added a commit
that referenced
this issue
Apr 19, 2023
…fatbin generation (`CMAKE_CURRENT_BINARY_DIR`)
eyalroz
added a commit
that referenced
this issue
Apr 19, 2023
…fatbin generation (`CMAKE_CURRENT_BINARY_DIR`)
eyalroz
added a commit
that referenced
this issue
Apr 20, 2023
…fatbin generation (`CMAKE_CURRENT_BINARY_DIR`)
eyalroz
added a commit
that referenced
this issue
Apr 20, 2023
…fatbin generation (`CMAKE_CURRENT_BINARY_DIR`)
eyalroz
added a commit
that referenced
this issue
Apr 20, 2023
…fatbin generation (`CMAKE_CURRENT_BINARY_DIR`)
eyalroz
added a commit
that referenced
this issue
Apr 23, 2023
eyalroz
added a commit
that referenced
this issue
Apr 23, 2023
eyalroz
added a commit
that referenced
this issue
Apr 29, 2023
eyalroz
added a commit
that referenced
this issue
Apr 29, 2023
eyalroz
added a commit
that referenced
this issue
May 1, 2023
eyalroz
added a commit
that referenced
this issue
May 1, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We currently try to place fatbin files procuded via a custom command into
CMAKE_RUNTIME_OUTPUT_DIRECTORY
; but - that's not where they should go; it should really be CMAKE_CURRENT_BINARY_DIR. This breaks builds on Windows, but strangely not on Linux (which is why I haven't noticed this bug so far).The text was updated successfully, but these errors were encountered: