Skip to content
Commit 24e6faf8 authored by Karl Rupp's avatar Karl Rupp
Browse files

libviennacl: Introduced ViennaCLInt as main integer type for OpenMP and...

libviennacl: Introduced ViennaCLInt as main integer type for OpenMP and OpenCL, not using any size_t anymore

Since Fortran has issues with unsigned integers, size_t will sooner or later cause troubles.
For flexibility, the integer type is now typedef'd to ViennaCLInt, so one can quickly change the
main integer type if needed.
The choice of 'int' was motivated by CUBLAS, where functions also take 'int' as integer parameter type.
parent 87f6d2b2
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment