• 7 Posts
  • 9 Comments
Joined 2 years ago
cake
Cake day: August 13th, 2022

help-circle

  • Raitome_irlme_irl
    link
    fedilink
    arrow-up
    2
    ·
    2 years ago

    actually this is galaxy brain level great therapist, he opened up just a little bit and she grabbed out the one thing in his soft sensitive insides that has been bothering him for so long he grew layers of protection around it. imagine the relief. (if we for the sake of the argument assume removing pearls doesn’t kill the mollusks)














  • I’d expect that to depend on the sort of workload you’re running. All those frameworks are typically used in Python because they optimize for the use-case where you’re doing most of your work on the GPU, where it’s actually some compiled kernel running mostly matrix multiplications, and the Python part of your code is slow but doesn’t take up a significant part of the runtime. This will not be the case if your runtime is, say, dominated by loading data in Python, or such.

    Or if you aren’t running on a GPU.