Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
:float -> :float32
Browse files Browse the repository at this point in the history
  • Loading branch information
ztellman committed Jul 10, 2011
1 parent 1a7494f commit added05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.textile
Expand Up @@ -14,7 +14,7 @@ The OpenCL API is not known for its terseness; consider this "'Hello World' exam

(with-cl
(with-program (compile-program source)
(let [a (wrap [1 2 3] :float)
(let [a (wrap [1 2 3] :float32)
b (mimic a)]
(enqueue-kernel :square 3 a b)
(enqueue-read b))))
Expand Down

0 comments on commit added05

Please sign in to comment.