-
Notifications
You must be signed in to change notification settings - Fork 569
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Reactant] Build for aarch64-linux with CUDA (#10313)
* [Reactant] Build for aarch64-linux with CUDA * [Reactant] Add LLVMLibcxx as a build dependency * [Reactant] Set `LD_LIBRARY_PATH` * [Reactant] Use target CUDA hermetic build * [Reactant] Build CUDA code using host nvcc, and CPU code with clang Spoiler: local build is successful, but we still need to do reorganise some bits. * [Reactant] Install nvcc component for the target * [Reactant] Fix some comments * [Reactant] Link libc++ statically * [Reactant] Fix platform augmentation on aarch64-linux * [Reactant] Don't need to pass `LD_LIBRARY_PATH` explicitly * [Reactant] Remove commented out code * [Reactant] Add other CUDA sources for aarch64-linux * [Reactant] Build!
- Loading branch information
Showing
2 changed files
with
83 additions
and
37 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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