Run pre-commit's whitespace related hooks on projects/rocminfo (#2115)
In order for pre-commit to be useful, everything needs to meet a common baseline. Signed-off-by: Mario Limonciello (AMD) <superm1@kernel.org>
This commit is contained in:
zatwierdzone przez
GitHub
rodzic
bfb13f2b43
commit
b106e6f175
@@ -16,17 +16,17 @@ For example,
|
||||
.. code-block::
|
||||
|
||||
$ git fetch --tags origin
|
||||
|
||||
|
||||
Building from the CMakeLists.txt directory might look like this:
|
||||
|
||||
|
||||
mkdir -p build
|
||||
|
||||
|
||||
cd build
|
||||
|
||||
|
||||
cmake -DCMAKE_PREFIX_PATH=/opt/rocm ..
|
||||
|
||||
|
||||
make
|
||||
|
||||
|
||||
cd ..
|
||||
|
||||
Upon a successful build, the binary, ROCmInfo, and the Python script, rocm_agent_enumerator, will be in the `build` folder.
|
||||
|
||||
Reference in New Issue
Block a user