careless

careless examples

https://github.com/rs-station/careless-examples

Here we provide a sample bash script for running the examples accompanying the careless preprint.

These examples have been tested against SBGrid careless release version 0.2.6.

CUDA SDK is required

Careless GPU support requires that the CUDA Toolkit SDK be installed. We have tested with version 11.2. The executables provided in this package are not redistributable so we do not include them with our CUDA libraries.

libdevice not found

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. An error message stating libdevice not found is the indicator that the custom flag needs to be set.