Skip to content

Commit b4e89ea

Browse files
authored
Update readme
1 parent df2f8e5 commit b4e89ea

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

readme.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ This repo contains :
1313
- [Some tutorials demo samples:](https://github.com/GPUOpen-LibrariesAndSDKs/RadeonProRenderSDK/tree/master/tutorials#readme)
1414
![](Resources/doc/doc2.png)
1515

16-
## Install Precompiled kernels
16+
## Install Precompiled Kernels
1717

18-
For Northstar since 3.01.00 the default render backend is HIP ( instead of OpenCL ).
19-
The main difference is that compute kernels are now precompiled by us. They must be downloaded from a separate link.
20-
Note that for now you can still use the OpenCL backend ( with `RPR_CREATION_FLAGS_ENABLE_OPENCL` in `rprCreateContext` ). However we don't recommend it as in the future we may put less resource to support this backend.
21-
Download the precompiled kernels here: https://www.dropbox.com/s/uojh957rxcvrc6b/hipbin_3.01.00.zip?dl=0
18+
Since 3.01.00, for Northstar the default render backend is HIP ( instead of OpenCL ). \
19+
The main difference is that compute kernels are now precompiled by us. They must be downloaded from a separate link.\
20+
Note that for now you can still use the OpenCL backend ( with `RPR_CREATION_FLAGS_ENABLE_OPENCL` in `rprCreateContext` ). However we don't recommend it as in the future we may put less resource to support this backend.\
21+
Download the precompiled kernels here: https://www.dropbox.com/s/uojh957rxcvrc6b/hipbin_3.01.00.zip?dl=0 \
2222
In order to run tutorials, it's recommended to put the package inside tutorials/Bin/ so that it looks like that:
2323
```
2424
tutorials/Bin/hipbin/AllPreCompilations.json

0 commit comments

Comments
 (0)