CUDALink`
CUDALink`

CUDADot

CUDADot[vec1,vec2]

vec1vec2のドット積を与える.

CUDADot[mat,vec]

matvec の行列-ベクトル積を与える.

CUDADot[mat1,mat2]

mat1mat2の行列-行列積を与える.

詳細とオプション

  • CUDALink パッケージがNeeds["CUDALink`"]でロードされていなければならない.
  • CUDADot"Float""Double"等の一般的な型に対してのみ使える.
  • CUDADot"Float[2]""Integer32[2]"等の定数ベクトル構造体型に対しては使えない.

例題

  (4)

まず CUDALink アプリケーションをロードする:

行列-行列積を求める:

行列-ベクトル積を求める:

ドット積を求める:

入力がCUDAMemoryの場合は出力としてメモリが返される:

2つの入力メモリを掛け合せる:

CUDAMemoryGetを使ってメモリを取り出す:

メモリはCUDAMemoryUnloadで解放しなければならない:

Wolfram Research (2010), CUDADot, Wolfram言語関数, https://reference.wolfram.com/language/CUDALink/ref/CUDADot.html.

テキスト

Wolfram Research (2010), CUDADot, Wolfram言語関数, https://reference.wolfram.com/language/CUDALink/ref/CUDADot.html.

CMS

Wolfram Language. 2010. "CUDADot." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/CUDALink/ref/CUDADot.html.

APA

Wolfram Language. (2010). CUDADot. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/CUDALink/ref/CUDADot.html

BibTeX

@misc{reference.wolfram_2024_cudadot, author="Wolfram Research", title="{CUDADot}", year="2010", howpublished="\url{https://reference.wolfram.com/language/CUDALink/ref/CUDADot.html}", note=[Accessed: 21-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_cudadot, organization={Wolfram Research}, title={CUDADot}, year={2010}, url={https://reference.wolfram.com/language/CUDALink/ref/CUDADot.html}, note=[Accessed: 21-November-2024 ]}