File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
cpu/src/main/scala/com/thoughtworks/compute
gpu/src/main/scala/com/thoughtworks/compute Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import com.thoughtworks.feature.Factory
44import com .typesafe .scalalogging .StrictLogging
55import org .lwjgl .opencl .CL10 .CL_DEVICE_TYPE_CPU
66
7- /** Contains N-dimensional array types on GPU .
7+ /** Contains N-dimensional array types on CPU .
88 *
99 * You may want to import [[Tensor ]], which is the base type of N-dimensional arrays:
1010 *
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package com.thoughtworks.compute
22
33import com .typesafe .scalalogging .StrictLogging
44
5- /** Contains N-dimensional array types on CPU .
5+ /** Contains N-dimensional array types on GPU .
66 *
77 * All the usage of this [[gpu ]] object is same as [[cpu ]], except the `import` statement:
88 *
You can’t perform that action at this time.
0 commit comments