Closed mewall closed 1 year ago
Need to add the following at the top of sim_view.py when diffBragg is built using kokkos
from simtbx.kokkos import gpu_instance kokkos_run = gpu_instance(deviceId=0)
Fixed with 39b6835
Need to add the following at the top of sim_view.py when diffBragg is built using kokkos
from simtbx.kokkos import gpu_instance kokkos_run = gpu_instance(deviceId=0)