Kernel.cu(560): error: texture is not a template after updating to v4.1.2

I’ll check what driver I’m running, but I’m pretty sure I’m running 525.85 with CUDA 11.8…

edit:

Sorry, 525.60 with CUDA 11.8

❯ nvidia-smi
Wed Feb  8 13:41:17 2023
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 525.60.13    Driver Version: 525.60.13    CUDA Version: 12.0     |
|-------------------------------+----------------------+----------------------+
| GPU  Name        Persistence-M| Bus-Id        Disp.A | Volatile Uncorr. ECC |
| Fan  Temp  Perf  Pwr:Usage/Cap|         Memory-Usage | GPU-Util  Compute M. |
|                               |                      |               MIG M. |
|===============================+======================+======================|
|   0  NVIDIA GeForce ...  On   | 00000000:1A:00.0 Off |                  N/A |
|  0%   37C    P8    19W / 350W |     13MiB / 24576MiB |      0%      Default |
|                               |                      |                  N/A |
+-------------------------------+----------------------+----------------------+
|   1  NVIDIA GeForce ...  On   | 00000000:68:00.0 Off |                  N/A |
|  0%   46C    P8    35W / 350W |   1470MiB / 24576MiB |      0%      Default |
|                               |                      |                  N/A |
+-------------------------------+----------------------+----------------------+

+-----------------------------------------------------------------------------+
| Processes:                                                                  |
|  GPU   GI   CI        PID   Type   Process name                  GPU Memory |
|        ID   ID                                                   Usage      |
|=============================================================================|
|    0   N/A  N/A      4731      G   /usr/lib/xorg/Xorg                  4MiB |
|    0   N/A  N/A    274226      G   /usr/lib/xorg/Xorg                  4MiB |
|    1   N/A  N/A      4731      G   /usr/lib/xorg/Xorg                530MiB |
|    1   N/A  N/A      5857      G   cinnamon                           16MiB |
|    1   N/A  N/A    274226      G   /usr/lib/xorg/Xorg                194MiB |
+-----------------------------------------------------------------------------+
❯ nvcc --version
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2022 NVIDIA Corporation
Built on Wed_Sep_21_10:33:58_PDT_2022
Cuda compilation tools, release 11.8, V11.8.89
Build cuda_11.8.r11.8/compiler.31833905_0

Nothing has thrown CUDA errors yet.