-
Notifications
You must be signed in to change notification settings - Fork 587
chore: update thor cuda arch (from 110f to 110a) #2096
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -92,7 +92,7 @@ You can follow the steps below to install FlashInfer from source code: | |||||
|
|
||||||
| .. code-block:: bash | ||||||
| export FLASHINFER_CUDA_ARCH_LIST="7.5 8.0 8.9 10.0a 10.3a 11.0f 12.0f" | ||||||
| export FLASHINFER_CUDA_ARCH_LIST="7.5 8.0 8.9 10.0a 10.3a 11.0a 12.0f" | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There seems to be an inconsistency in the CUDA architecture list between the documentation and the build script. This example list is missing the
Suggested change
|
||||||
| cd flashinfer-jit-cache | ||||||
| python -m build --no-isolation --wheel | ||||||
| python -m pip install dist/*.whl | ||||||
|
|
||||||
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.
There seems to be an inconsistency in the CUDA architecture list between the documentation and the build script. This example list is missing the
9.0aarchitecture, which is included in the base list inscripts/task_test_jit_cache_package_build_import.sh. To avoid confusion, it would be best to keep them synchronized.