Skip to content
Snippets Groups Projects
  1. Oct 11, 2024
  2. Apr 17, 2023
  3. Mar 23, 2023
    • patmjen's avatar
      Improve search for cuDNN in init script · 2237d7c6
      patmjen authored
      Some cuDNN modules on the system are just listed as CUDA_MAJOR_VERSION.X. Thus, if no cuDNN module is found for the exact CUDA version, we then look for a .X module.
      2237d7c6
    • patmjen's avatar
      Fix bug in init script · 7fc5c520
      patmjen authored
      When searching for a cuDNN module, the output was not redirected to stdout.
      7fc5c520
  4. Feb 10, 2023
    • patmjen's avatar
      Fix error in init script · 8f3fc243
      patmjen authored
      module avail prints its output to stderr. In interactive shells, it
      seems this stderr is automatically redirected to stdout, so grep
      would pick it up. This is not the case in batch jobs, so we manually
      redirect the stderr output to stdout.
      8f3fc243
  5. Nov 25, 2022
  6. Nov 24, 2022
  7. Nov 16, 2022
  8. Nov 04, 2022
  9. Nov 03, 2022
  10. Oct 17, 2022
  11. Nov 10, 2021
Loading