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: CONTRIBUTING.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ Steps without :bash:`sudo` access (e.g. on a cluster):
85
85
- /path/to/directory
86
86
* [Optional] both Mamba and Miniconda can be automatically activated via :bash:`~/.bashrc`. Do not forget to add these (usually provided at the end of the installation).
87
87
* Exit the shell and re-enter to make sure Conda is available. :bash:`cd` to the kernel tuner directory.
88
-
* [Optional] if you have limited user folder space, the Pip cache can be pointed elsewhere with the environment variable :bash:`PIP_CACHE_DIR`. The cache location can be checked with :bash:`pip cache dir`.
88
+
* [Optional] if you have limited user folder space, the Pip cache can be pointed elsewhere with the environment variable :bash:`PIP_CACHE_DIR`. The cache location can be checked with :bash:`pip cache dir`. On Linux, to point the entire :bash:`~/.cache` default elsewhere, use the :bash:`XDG_CACHE_HOME` environment variable.
89
89
* [Optional] update Conda if available before continuing: :bash:`conda update -n base -c conda-forge conda`.
90
90
#. Setup a virtual environment: :bash:`conda create --name kerneltuner python=3.11` (or whatever Python version and environment name you prefer).
91
91
#. Activate the virtual environment: :bash:`conda activate kerneltuner`.
@@ -98,11 +98,11 @@ More [examples here](https://kerneltuner.github.io/kernel_tuner/stable/examples.
98
98
99
99
## Kernel Tuner ecosystem
100
100
101
-
<imgwidth="250px"src="doc/images/kernel_launcher.png"/><br />C++ magic to integrate auto-tuned kernels into C++ applications
101
+
<imgwidth="250px"src="https://raw.githubusercontent.com/KernelTuner/kernel_tuner/master/doc/images/kernel_launcher.png"/><br />C++ magic to integrate auto-tuned kernels into C++ applications
102
102
103
-
<imgwidth="250px"src="doc/images/kernel_float.png"/><br />C++ data types for mixed-precision CUDA kernel programming
103
+
<imgwidth="250px"src="https://raw.githubusercontent.com/KernelTuner/kernel_tuner/master/doc/images/kernel_float.png"/><br />C++ data types for mixed-precision CUDA kernel programming
104
104
105
-
<imgwidth="275px"src="doc/images/kernel_dashboard.png"/><br />Monitor, analyze, and visualize auto-tuning runs
105
+
<imgwidth="275px"src="https://raw.githubusercontent.com/KernelTuner/kernel_tuner/master/doc/images/kernel_dashboard.png"/><br />Monitor, analyze, and visualize auto-tuning runs
0 commit comments