nsubtil / lift

A collection of parallel programming primitives for CPUs and GPUs
Other
12 stars 3 forks source link

Add support for atomic max for uint32 and int32. #76

Closed chuckseberino closed 8 years ago

chuckseberino commented 8 years ago

Adds support for max operation on both host and cuda targets for uint32 and int32 types.