File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed
Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,17 @@ This is the main repository for the source code for HIPRT.
44## Cloning and Building
55
661 . ` git clone https://github.com/GPUOpen-LibrariesAndSDKs/HIPRT `
7- 2 . ` git submodule update --init --recursive `
8- 3 . ` git lfs fetch ` (To get resources for running performance tests)
9- 4 . ` .\tools\premake5\win\premake5.exe vs2019 `
7+ 2 . ` cd HIPRT `
8+ 3 . ` git submodule update --init --recursive `
9+
10+   ;  ;  ; On Windows:
11+   ;  ;  ; 4. ` .\tools\premake5\win\premake5.exe vs2022 `
12+   ;  ;  ; 5. ` Open build\hiprt.sln with Visual Studio 2022. `
13+
14+   ;  ;  ; On Linux:
15+   ;  ;  ; 4. ` ./tools/premake5/linux64/premake5 gmake `
16+   ;  ;  ; 5. ` make -C build -j config=release_x64 `
17+
1018
1119### Using Bitcode
1220Add the option ` --bitcode ` to enable precompiled bitcode.
You can’t perform that action at this time.
0 commit comments