-
| 
         Currently, I'm running modern-lstm. However, I can only utilize a single core with  Meanwhile, I noticed that there is an option to enable Rayon. I tried to add   | 
  
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
        
 Have you tried wgpu? I think Vulkan should also be supported. But to answer the original question,   | 
  
Beta Was this translation helpful? Give feedback.

Have you tried wgpu? I think Vulkan should also be supported.
But to answer the original question,
burn-ndarrayhas"simd"and"multi-threads"features which are enabled by default. If you are not using default features, you need to enablemulti-threadsfor rayon.