David Yat Sin
9481b6290a
Fix README for invalid command
...
`-DCMAKE_INSTALL_PATH` is not valid,use `-DCMAKE_INSTALL_PREFIX` instead
https://github.com/RadeonOpenCompute/ROCR-Runtime/pull/171/
Suggested-by: fjh1997 on github
Change-Id: Ibb85da7fe755b662fa9a836d6fbe3394d34a0337
[ROCm/ROCR-Runtime commit: 9b2ed66609 ]
2023-12-18 09:15:05 -05:00
David Yat Sin
5564790017
Revert "Adding documentation for SDMA environment var"
...
This reverts commit 56ccf828bc .
Replaced by commit 3b3f14c06e8a2fab717f0b82aba3c72d74bb9574.
Environment variables documented in:docs/environment_variables.md
Change-Id: I8da0d971eb98554b4bd1b884617a439f1b20ed5b
[ROCm/ROCR-Runtime commit: 93401e3c8c ]
2023-08-10 09:55:42 -04:00
David Yat Sin
56ccf828bc
Adding documentation for SDMA environment var
...
Adding documentation for modifiers for SDMA copy
Change-Id: I2425672c3ba1f1617d29b8f4b49776775d78a376
[ROCm/ROCR-Runtime commit: a7ffddb265 ]
2023-07-20 15:15:04 +00:00
Sam Wu
56ec0e6412
add sphinx configurations
...
Change-Id: I1a66a02b18fb699415a87a6473eb72c097a13b5f
[ROCm/ROCR-Runtime commit: 57b3fcde51 ]
2023-05-08 15:58:01 -06:00
Sean Keely
7226c26b43
Correct Clang version detection and support for multiple prefix paths.
...
Bumps cmake minimum version to 3.7 for version comparison operator.
Previously the Clang cmake project version strings were used. These
are not defined if the clang cmake project has not been loaded.
We should use CMAKE_CXX_COMPILER_VERSION to check the version when
only the compiler binary is redirected and the project files are
not available.
Also adjust device libs lookup logic to handle multiple paths in
CMAKE_PREFIX_PATH.
Change-Id: I67b6958d8241685cd6c3a0af68507c9fdc6331ef
[ROCm/ROCR-Runtime commit: 2e9a9f7c7a ]
2021-09-20 19:23:04 -05:00
Sean Keely
95bf93f650
Update README and increment minor version number.
...
APIs have been added and minimum cmake version number has been
changed.
Change-Id: Ic75849e6937c04faed2d206344df2cf9e9a78016
[ROCm/ROCR-Runtime commit: ed7eec14e1 ]
2021-07-30 17:13:17 -05:00
Sean Keely
9827a48f6b
Update README.md
...
Remove reference to finalizer and images libs.
Change-Id: Ic673da77bb13dea77b477d7bfe799fc2c028ab2a
[ROCm/ROCR-Runtime commit: 5f0e39df63 ]
2021-05-10 17:53:19 -05:00
Konstantin Zhuravlyov
ba667661c5
Implement Target ID Proposal
...
Changes from Konstantin Zhuravlyov, Tony Tye
Change-Id: I532801193afa9d5b8ac2a877b5497eab661f0597
[ROCm/ROCR-Runtime commit: 3a08d0964e ]
2020-11-10 13:42:35 -05:00
Vlad Sytchenko
37cad64f41
Update README
...
find_package() should not be passed a namespace.
Change-Id: I36e99da144f3123385cda6cc9c7bbda7b2013b73
[ROCm/ROCR-Runtime commit: ed1c63877c ]
2020-06-23 11:49:47 -04:00
Sean Keely
abd712f33f
Update copyright date.
...
Change-Id: If4bf4c20cf051878bfe759080bb7345d884dd53d
[ROCm/ROCR-Runtime commit: ce19721c88 ]
2020-06-19 22:34:01 -04:00
Sean Keely
566abef9ce
Update README.md
...
Describe the new build process, build dependencies, and usage.
Also remove some old known issues.
Change-Id: Iec85db378442e3e0ca091d551a42a40e6549ddb3
[ROCm/ROCR-Runtime commit: cd26cbbe5f ]
2020-06-19 22:33:36 -04:00
Sean Keely
e2375b9328
Update README build instructions.
...
Change-Id: I595e629117adfb44afb2e829d1f975782238277e
[ROCm/ROCR-Runtime commit: 0721dfd2e7 ]
2019-07-19 14:17:47 -04:00
James Edwards
ccbb47d79d
Update readme regarding CMAKE_PREFIX_PATH.
...
Change-Id: I322789f38b1984b2527554c10cb0f3be886d3e91
[ROCm/ROCR-Runtime commit: 470750cc3c ]
2017-02-20 14:33:53 -06:00
James Edwards
046929d5ac
Make copyright and README changes for ROCm
...
Change-Id: Ic9717fcbc57d4552dddf8374b34fc7c34e44268a
[ROCm/ROCR-Runtime commit: 25ed746314 ]
2016-12-06 16:11:00 -06:00
James Edwards
b9b6f69860
Update runtime CMakeLists.txt and utility files to support top level CMakeLists.txt build.
...
Change-Id: I4a0eb512af82908a24f2d1964b201c28023ccae5
[ROCm/ROCR-Runtime commit: 809356e0b5 ]
2016-09-27 11:58:31 -04:00
Jay Cornwall
8fe807f2a9
Replace SP3 dynamic assembly with pre-assembled binaries
...
This is the first part of transitioning to the LLVM-based assembler.
SP3 is deprecated and all references to the library are removed.
Pending LLVM support, relevant shaders have been precompiled.
Change-Id: I7d44cef5ded1836c4a74b77881af5bea8803d2c1
[ROCm/ROCR-Runtime commit: 712ea75377 ]
2016-07-16 16:38:32 -05:00
James Edwards (xN/A) TX
f716a9ae63
Remove ENV variables from CMakeLists.txt files.
...
[git-p4: depot-paths = "//depot/stg/hsa/drivers/hsa/runtime/": change = 1256687]
[ROCm/ROCR-Runtime commit: 871412adff ]
2016-04-11 17:18:01 -05:00
James Edwards (xN/A) TX
67e6064a6a
Check open source core runtime code into perforce. This includes license and README files.
...
[git-p4: depot-paths = "//depot/stg/hsa/drivers/hsa/runtime/": change = 1249136]
[ROCm/ROCR-Runtime commit: c9ffe0004e ]
2016-03-20 15:39:40 -05:00