kklmn / xrt

Package xrt (XRayTracer) is a python software library for ray tracing and wave propagation in x-ray regime. It is primarily meant for modeling synchrotron sources, beamlines and beamline elements.
MIT License
83 stars 30 forks source link

GPU calculation for geometric sources #192

Open redisgreen opened 1 month ago

redisgreen commented 1 month ago

Can OpenCL be used with geometric sources ? And if it can, how to specify so in my script ?

Thanks in advance

yxrmz commented 1 month ago

Why? Geometric sources are usually light load, OpenCL wouldn't give much benefit. Unless it's something custom and math-intensive, what's your use case?