HSA-Libraries / Bolt

Bolt is a C++ template library optimized for GPUs. Bolt provides high-performance library implementations for common algorithms such as scan, reduce, transform, and sort.
Other
373 stars 65 forks source link

bolt 1.2, typo in transform_reduce.inl #221

Closed zkoza closed 9 years ago

zkoza commented 9 years ago

Bolt 1.2, file include/bolt/cl/detail/transform_reduce.inl, lines 446-447:

dblog->CodePathTaken(BOLTLOG::BOLT_TRANSFORMREDUCE,BOLTLOG::BOLT_MULTICORE_CPU,"

::Transform_Reduce::MULTICORE_CPU");

Clearly the string markers (") are located in two lines, which makes the compiler issue unnecessary warnings

Z Koza