-
-
Save lambday/e6067cc05e736bb300f8386d877156dc to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
typedef float32_t T; | |
// or int32_t T; | |
template <typename value_type> | |
struct Data | |
{ | |
typedef viennacl::vector_base<typename value_type, std::size_t, std::ptrdiff_t> VCLVectorBase; | |
// do the other stuffs | |
}; | |
Data<T> idata; | |
// do check |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment