You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+3-6Lines changed: 3 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -16,14 +16,11 @@ This repo contains :
16
16
## Install Precompiled Kernels
17
17
18
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.\
19
+
The main difference is that compute kernels are now precompiled by us. They must be downloaded from a submodule.\
20
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\
22
-
In order to run tutorials, it's recommended to put the package inside tutorials/Bin/ so that it looks like that:
21
+
Download the precompiled kernels with the command:
23
22
```
24
-
tutorials/Bin/hipbin/AllPreCompilations.json
25
-
tutorials/Bin/hipbin/****.hipbin
26
-
tutorials/Bin/hipbin/****.cudabin
23
+
git submodule update --init --recursive
27
24
```
28
25
29
26
The precompiled kernels folder can be modified with `RPR_CONTEXT_PRECOMPILED_BINARY_PATH`. ( for its usage, check the tutorials ).
0 commit comments