Tests: Added double precision check

This commit is contained in:
Philippe Tillet
2015-07-26 21:35:39 -07:00
parent 4715723e61
commit 5f78dedbcd
8 changed files with 62 additions and 32 deletions

View File

@@ -51,7 +51,7 @@ public:
size_t max_work_group_size() const;
size_t local_mem_size() const;
size_t warp_wavefront_size() const;
bool fp64_support() const;
std::pair<unsigned int, unsigned int> nv_compute_capability() const;
private: