ViennaCL - The Vienna Computing Library  1.6.0
Free open-source GPU-accelerated linear algebra and solver library.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
cypress.hpp
Go to the documentation of this file.
1 #ifndef VIENNACL_DEVICE_SPECIFIC_BUILTIN_DATABASE_DEVICES_GPU_AMD_EVERGREEN_HPP_
2 #define VIENNACL_DEVICE_SPECIFIC_BUILTIN_DATABASE_DEVICES_GPU_AMD_EVERGREEN_HPP_
3 
5 
7 
9 
11 
13 
16 
17 namespace viennacl{
18 namespace device_specific{
19 namespace builtin_database{
20 namespace devices{
21 namespace gpu{
22 namespace amd{
23 namespace evergreen{
24 namespace cypress{
25 
27 {
28  db.add_8B(amd_id, CL_DEVICE_TYPE_GPU, ocl::evergreen, "Cypress", reduction_template::parameters_type(1,256,2048,FETCH_FROM_GLOBAL_STRIDED));
29 }
30 
32 {
33  db.add_4B(amd_id, CL_DEVICE_TYPE_GPU, ocl::evergreen, "Cypress", reduction_template::parameters_type(1,256,256,FETCH_FROM_GLOBAL_STRIDED));
34 }
35 
37 {
38  db.add_4B(amd_id, CL_DEVICE_TYPE_GPU, ocl::evergreen, "Cypress", matrix_product_template::parameters_type(1,8,16,32,4,1,4,FETCH_FROM_LOCAL,FETCH_FROM_LOCAL,16,16));
39 }
40 
42 {
43  db.add_4B(amd_id, CL_DEVICE_TYPE_GPU, ocl::evergreen, "Cypress", matrix_product_template::parameters_type(1,8,16,16,4,1,4,FETCH_FROM_LOCAL,FETCH_FROM_LOCAL,8,16));
44 }
45 
47 {
49 }
50 
52 {
53  db.add_4B(amd_id, CL_DEVICE_TYPE_GPU, ocl::evergreen, "Cypress", matrix_product_template::parameters_type(1,8,16,16,4,1,4,FETCH_FROM_LOCAL,FETCH_FROM_LOCAL,16,8));
54 }
55 
57 {
59 }
60 
62 {
64 }
65 
67 {
69 }
70 
72 {
74 }
75 
77 {
78  db.add_8B(amd_id, CL_DEVICE_TYPE_GPU, ocl::evergreen, "Cypress", matrix_axpy_template::parameters_type(1,32,4,64,128,FETCH_FROM_GLOBAL_STRIDED));
79 }
80 
82 {
83  db.add_4B(amd_id, CL_DEVICE_TYPE_GPU, ocl::evergreen, "Cypress", matrix_axpy_template::parameters_type(1,64,4,16,128,FETCH_FROM_GLOBAL_STRIDED));
84 }
85 
87 {
88  db.add_8B(amd_id, CL_DEVICE_TYPE_GPU, ocl::evergreen, "Cypress", vector_axpy_template::parameters_type(1,64,4096,FETCH_FROM_GLOBAL_STRIDED));
89 }
90 
92 {
93  db.add_4B(amd_id, CL_DEVICE_TYPE_GPU, ocl::evergreen, "Cypress", vector_axpy_template::parameters_type(1,256,1024,FETCH_FROM_GLOBAL_STRIDED));
94 }
95 
96 }
97 }
98 }
99 }
100 }
101 }
102 }
103 }
104 #endif
void add_4B(database_type< reduction_template::parameters_type > &db)
Definition: cypress.hpp:31
database_type< ParamT > & add_8B(vendor_id_type p0, device_type p1, ocl::device_architecture_family p2, device_name_type p3, ParamT const &p5)
Definition: common.hpp:83
database_type< ParamT > & add_4B(vendor_id_type p0, device_type p1, ocl::device_architecture_family p2, device_name_type p3, ParamT const &p5)
Definition: common.hpp:76
Forwards declaration.
void add_8B(database_type< reduction_template::parameters_type > &db)
Definition: cypress.hpp:26