Commit b9c09b79 authored by Peter Eastman's avatar Peter Eastman
Browse files

By default, use OpenCL instead of CUDA

parent 0f83a741
...@@ -47,7 +47,7 @@ public: ...@@ -47,7 +47,7 @@ public:
return name; return name;
} }
double getSpeed() const { double getSpeed() const {
return 100; return 50;
} }
bool supportsDoublePrecision() const; bool supportsDoublePrecision() const;
const std::string& getPropertyValue(const Context& context, const std::string& property) const; const std::string& getPropertyValue(const Context& context, const std::string& property) const;
......
...@@ -47,7 +47,7 @@ public: ...@@ -47,7 +47,7 @@ public:
return name; return name;
} }
double getSpeed() const { double getSpeed() const {
return 50; return 100;
} }
bool supportsDoublePrecision() const; bool supportsDoublePrecision() const;
const std::string& getPropertyValue(const Context& context, const std::string& property) const; const std::string& getPropertyValue(const Context& context, const std::string& property) const;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment