Add build instruction of native windows build and fix ROCM7 build issue#15
Open
mmis1000 wants to merge 7 commits into
Open
Add build instruction of native windows build and fix ROCM7 build issue#15mmis1000 wants to merge 7 commits into
mmis1000 wants to merge 7 commits into
Conversation
|
I successfully compiled CTranslate2-rocm and passed the tests (not int8) on ROCm 7.0.2 GFX1101. I have just updated the definitions in /src/cuda/primitives.cu based on this merge request. then i was able to compile and run faster-whisper, whisperx (with torch-2.8.0+rocm7.0.2 stack) |
|
Thanks for this. I can compile it successfully, completing the test run fine (bar the int8 but that's always been broken). The faster-whisper works too. The thing I can't figure out is the dynamic library linking. If I explicitly add the intel libraries to path then the first test stalls taking 44 seconds on my 7800 XT. Othertimes it'll work and get within a few seconds of WSL2 but then never work again (even with system wide linkage). Anyway thanks for this. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This Pr includes
This Pr DOES NOT includes