examples/careless.md
... ...
@@ -1 +1,21 @@
1
-careless examples
... ...
\ No newline at end of file
0
+## careless examples
1
+
2
+https://github.com/rs-station/careless-examples
3
+
4
+Here we provide a sample bash script for running the examples accompanying the careless preprint.
5
+
6
+These examples have been tested against SBGrid careless release version 0.2.6.
7
+
8
+
9
+**CUDA SDK is required**
10
+
11
+Careless GPU support requires that the [CUDA Toolkit](https://developer.nvidia.com/cuda-toolkit) SDK be installed. We have tested with version 11.2. The executables provided in this package are not
12
+redistributable so we do not include them with our CUDA libraries.
13
+
14
+**libdevice not found**
15
+
16
+If your CUDA installation is in a non-standard directory you may need to set the XLA_FLAGS environment variable in order to pass a custom value of --xla_gpu_cuda_data_dir. See the script below for an example.
17
+An error message stating libdevice not found is the indicator that the custom flag needs to be set.
18
+
19
+
20
+