MCPcopy Create free account
hub / github.com/clMathLibraries/clBLAS / CopyMetod

Class CopyMetod

src/tests/functional/func.h:2434–2443  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2432
2433template<typename T>
2434class CopyMetod : public baseMetod<T>
2435{
2436public:
2437 typedef T TYPE;
2438
2439public:
2440 void initDefault(size_t s, unsigned int q);
2441 cl_int run();
2442 void generateData();
2443};
2444
2445template <typename T> void
2446CopyMetod<T>::initDefault(size_t s, unsigned int q)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected