-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* hiprtc: vs: copy additional libraries to output directory Besides hiprtc*.dll, hiprtc-builtins*.dll and amd_comgr*.dll is also required. In this commit, the PostBuildAction is also replaced by a Content statement. This provides more robustness in the build system, as using this method there will be no race conditions if two targets copy the same file to the output directory. * Resolve "Multi-GPU error occured while hip_opengl_interop sample application is executed" * vs: copy dynamic libraries for other examples as well If a library links with a dynamic library, the corresponding dll file should be placed in the output directory so that the library can be found even if the ROCm binary path is not added to the system PATH. The solution used is the same as that used for the HIPRTC example. * cmake: disable static_host_library on windows The HIP SDK does at this time not ship with a binary for CMAKE_AR, which is required to compile this example. * ci: do not rely on PATH Removing the ROCm binary path from the global PATH allows us to check that the examples do not depend on this. The CMakeFile for each example does currently not copy the libraries to the build directory, and so for running the tests using CTest the library path is still required. * Resolve "cmake: windows + nvidia does not pass hip includes to include list" * Resolve "cmake: make examples use install()" * Resolve "hipBLAS examples' Makefiles do not work with CUDA" * cuda dockerfile: replace ARG with GID * Resolve "Windows CI with Nvidia" * Fix VS copied dependencies for HIP --------- Co-authored-by: Nara Prasetya <[email protected]> Co-authored-by: Máté Ferenc Nagy-Egri <[email protected]>
- Loading branch information
1 parent
d20eff9
commit 9c86faa
Showing
150 changed files
with
2,673 additions
and
551 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,5 @@ | |
[Rr]elease | ||
*.vcxproj.user | ||
[Bb]uild | ||
*.pdb | ||
build |
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
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
Oops, something went wrong.