CUDAMap
CUDAMap[f,lst]
applies f to each element on lst.
更多信息和选项
- The CUDALink application must be loaded using Needs["CUDALink`"].
- CUDAMap works only on general vector types such as "Float", "Double", ….
- CUDAMap does not work on fixed vector structure types like "Float[2]", "Integer32[2]", ….
- CUDAMap does not work on symbolic input.
- CUDAMap is equivalent to Map.
- The value for f can be either Cos, Sin, Tan, ArcCos, ArcSin, ArcTan, Cosh, Sinh, Exp, Log, Log10, Sqrt, Ceiling, Floor, or Abs.
范例
打开所有单元关闭所有单元基本范例 (2)
First, load the CUDALink application:
This maps the Cos operator on an input list:
The above is equivalent to Map:
The input can be CUDAMemory. This loads a list using CUDAMemoryLoad:
This applies Abs on the input memory:
The memory returned can be retrieved using CUDAMemoryGet:
Possible Issues (1)
The output type is the same as the input. If the input is a list of integers, then the decimals are dropped:
The above is not equivalent to Map:
文本
Wolfram Research (2010),CUDAMap,Wolfram 语言函数,https://reference.wolfram.com/language/CUDALink/ref/CUDAMap.html.
CMS
Wolfram 语言. 2010. "CUDAMap." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/CUDALink/ref/CUDAMap.html.
APA
Wolfram 语言. (2010). CUDAMap. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/CUDALink/ref/CUDAMap.html 年