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

  • 关于我们
  • 免责声明