logo
  • 教程列表
  • SO官方文檔
  • GPU 加速計算
    • gpuR gpuMatrix 物件
    • gpuR vclMatrix 物件
  1. StackOverflow 文件
  2. R Language 教程
  3. GPU 加速計算
  4. gpuR gpuMatrix 物件

gpuR gpuMatrix 物件

Created: November-22, 2018

library(gpuR)

# gpuMatrix objects
X <- gpuMatrix(rnorm(100), 10, 10)
Y <- gpuMatrix(rnorm(100), 10, 10)

# transfer data to GPU when operation called
# automatically copied back to CPU
Z <- X %*% Y
  • gpuR vclMatrix 物件
  • GPU 加速計算

Copyright © 2018. All right reserved

tastones.com 备案号:鲁ICP备18045372号-1

  • 關於本站
  • 免責聲明