Relative Content

Tag Archive for gpu

Hardware accelerated text processing

Graphics processing units (GPUs) are very common and allow for efficient, parallel processing of floating point numbers.
PPUs (Physics Processing Units) used to be a buzzword several years ago but never really caught on and this kind of calculation is now handled by GPUs as well.
Both of these types of hardware are specialized in the processing of a specific kind of data.

Utilizing GPU in MacBook Pro M1 for ML Models in Jupyter Notebook

I am using a MacBook Pro M1 model for running machine learning (ML) models in Jupyter Notebook. I would like to know if this setup automatically utilizes the MacBook’s default GPU for computations, or if there are additional settings or configurations needed to enable GPU usage.