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
4
4
import com .typesafe .scalalogging .StrictLogging
5
5
import org .lwjgl .opencl .CL10 .CL_DEVICE_TYPE_CPU
6
6
7
- /** Contains N-dimensional array types on GPU .
7
+ /** Contains N-dimensional array types on CPU .
8
8
*
9
9
* You may want to import [[Tensor ]], which is the base type of N-dimensional arrays:
10
10
*
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package com.thoughtworks.compute
2
2
3
3
import com .typesafe .scalalogging .StrictLogging
4
4
5
- /** Contains N-dimensional array types on CPU .
5
+ /** Contains N-dimensional array types on GPU .
6
6
*
7
7
* All the usage of this [[gpu ]] object is same as [[cpu ]], except the `import` statement:
8
8
*
You can’t perform that action at this time.
0 commit comments