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

fatbin targets placed in "wrong" target folder #495

Closed
eyalroz opened this issue Apr 17, 2023 · 0 comments
Closed

fatbin targets placed in "wrong" target folder #495

eyalroz opened this issue Apr 17, 2023 · 0 comments

Comments

@eyalroz
Copy link
Owner

eyalroz commented Apr 17, 2023

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).

@eyalroz eyalroz self-assigned this Apr 17, 2023
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
…ustom-command fatbin generation (`CMAKE_CURRENT_BINARY_DIR`)
eyalroz added a commit that referenced this issue Apr 23, 2023
…ustom-command fatbin generation (`CMAKE_CURRENT_BINARY_DIR`)
eyalroz added a commit that referenced this issue Apr 29, 2023
…ustom-command fatbin generation (under `CMAKE_CURRENT_BINARY_DIR`)

test
eyalroz added a commit that referenced this issue Apr 29, 2023
…ustom-command fatbin generation (`CMAKE_CURRENT_BINARY_DIR`)
eyalroz added a commit that referenced this issue May 1, 2023
…ion for custom-command fatbin generation (`CMAKE_CURRENT_BINARY_DIR`)
eyalroz added a commit that referenced this issue May 1, 2023
…ion for custom-command fatbin generation (`CMAKE_CURRENT_BINARY_DIR`)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant