xzackli / Bolt.jl

differentiable boltzmann code
MIT License
42 stars 5 forks source link

GPUs #58

Open jmsull opened 2 years ago

jmsull commented 2 years ago

We want this code to run on GPUs. We can try the easiest thing first - just passing CUDA arrays and then get more involved as necessary.

jmsull commented 2 years ago

Opened a branch for this #61