Questions tagged [tigre]

TIGRE is a GPU-based CT reconstruction library for MATLAB and Python.

Documentation for TIGRE can be found at its GitHub page: https://github.com/cern/tigre/.

2 questions
7
votes
1 answer

How is 3D texture memory cached?

I have an application where 96% of the time is spent in 3D texture memory interpolation reads (red points in diagram). My kernels are designed to do 1000~ memory reads on a line that crosses the texture memory arbitrarily, a thread per line (blue…
Ander Biguri
  • 35,140
  • 11
  • 74
  • 120
1
vote
1 answer

How to save ndarray or show anim?

I am using TIGRE (an open source toolbox for reconstruction provided by CERN). The original code was written for python 3.7 and is struggling to run correctly on 3.9. This is the original code and the error it produces. #%% Initialize import…