JuliaORNL / JACC.jl

CPU/GPU parallel performance portable layer in Julia via functions as arguments
MIT License
21 stars 13 forks source link

Default backend should be "serial" #50

Closed PhilipFackler closed 6 months ago

PhilipFackler commented 7 months ago

The "threads" backend should be another extension. By default JACC should run serial for loops and avoid the cost of launching a single thread.