Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Atry committed Mar 30, 2018
1 parent 2a81f4d commit 7405139
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cpu/src/main/scala/com/thoughtworks/compute/cpu.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import com.thoughtworks.feature.Factory
import com.typesafe.scalalogging.StrictLogging
import org.lwjgl.opencl.CL10.CL_DEVICE_TYPE_CPU

/** Contains N-dimensional array types on GPU.
/** Contains N-dimensional array types on CPU.
*
* You may want to import [[Tensor]], which is the base type of N-dimensional arrays:
*
Expand Down
2 changes: 1 addition & 1 deletion gpu/src/main/scala/com/thoughtworks/compute/gpu.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package com.thoughtworks.compute

import com.typesafe.scalalogging.StrictLogging

/** Contains N-dimensional array types on CPU.
/** Contains N-dimensional array types on GPU.
*
* All the usage of this [[gpu]] object is same as [[cpu]], except the `import` statement:
*
Expand Down

0 comments on commit 7405139

Please sign in to comment.