Skip to content

Commit b45b6e1

Browse files
authored
Update README.md
1 parent b130cf4 commit b45b6e1

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

README.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -51,17 +51,7 @@ Making this work with GPUArrays will be a bit more involved, but the
5151
first [prototype](https://github.com/JuliaGPU/GPUArrays.jl/blob/master/examples/logreg.jl) looks already promising!
5252
There is also [ReverseDiffSource](https://github.com/JuliaDiff/ReverseDiffSource.jl), which should already work for simple functions.
5353

54-
#### Main type:
55-
56-
```Julia
57-
type GPUArray{T, N, B, C} <: DenseArray{T, N}
58-
buffer::B # GPU buffer, allocated by context
59-
size::NTuple{N, Int} # size of the array
60-
context::C # GPU context
61-
end
62-
```
63-
64-
#### Scope
54+
# Scope
6555

6656
Current backends: OpenCL, CUDA, Julia Threaded
6757

0 commit comments

Comments
 (0)