dermen / sim_erice

1 stars 1 forks source link

Add diffBragg kokkos support #8

Closed mewall closed 1 year ago

mewall commented 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)

Trzs commented 1 year ago

Fixed with 39b6835