Liking cljdoc? Tell your friends :D

tech.compute.cpu.driver


check-stream-errorclj

(check-stream-error item)
source

cpu-streamclj

(cpu-stream device)
(cpu-stream device error-atom)
source

default-cpu-streamclj

source

driverclj

source

driver-nameclj

source

get-memory-infoclj

(get-memory-info)
source

is-main-thread-cpu-stream?clj

(is-main-thread-cpu-stream? stream)
source

is-thread-cpu-stream?clj

(is-thread-cpu-stream? stream)
source

main-thread-cpu-streamclj

(main-thread-cpu-stream)

Create a cpu stream that will execute everything immediately inline. Use with care; the synchonization primitives will just hang with this stream.

Create a cpu stream that will execute everything immediately inline.
Use with care; the synchonization primitives will just hang with this stream.
sourceraw docstring

make-cpu-deviceclj

(make-cpu-device driver-fn dev-number error-atom)
source

PToCPUStreamcljprotocol

->cpu-streamclj

(->cpu-stream item)
source

with-stream-dispatchcljmacro

(with-stream-dispatch stream & body)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close