You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make mention of SIMD - single instruction multiple data, and its relation to numpy operations. GPU's excel at SIMD, but CPU's are still capable of executing instructions in parallel. Other common numpy (vectorized) operations include np.log, np.abs, np.maximum
The text was updated successfully, but these errors were encountered:
Make mention of SIMD - single instruction multiple data, and its relation to numpy operations. GPU's excel at SIMD, but CPU's are still capable of executing instructions in parallel. Other common numpy (vectorized) operations include np.log, np.abs, np.maximum
The text was updated successfully, but these errors were encountered: