Skip to content

Using GPUs for the compression #198

Answered by jcmgray
benjaminlanthier asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @benjaminlanthier, yes that is the essential idea - the array operators are dispatched based on the data they are supplied with, and indeed jax defaults to gpu if available else falls back to cpu.

Note that to get good performance out of jax has historically required jit-compiling the functions - it less works well as a dynamic array library in the vein of numpy or torch.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by benjaminlanthier
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants