Skip to content

Commit 7405139

Browse files
committed
Fix typo
1 parent 2a81f4d commit 7405139

File tree

2 files changed

+2
-2
lines changed
  • cpu/src/main/scala/com/thoughtworks/compute
  • gpu/src/main/scala/com/thoughtworks/compute

2 files changed

+2
-2
lines changed

cpu/src/main/scala/com/thoughtworks/compute/cpu.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import com.thoughtworks.feature.Factory
44
import com.typesafe.scalalogging.StrictLogging
55
import 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
*

gpu/src/main/scala/com/thoughtworks/compute/gpu.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package com.thoughtworks.compute
22

33
import 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
*

0 commit comments

Comments
 (0)