| 503 | } |
| 504 | |
| 505 | static std::size_t getOCLSourceHash(const std::string& sourceCode) { |
| 506 | return std::hash<std::string>()(sourceCode); |
| 507 | } |
| 508 | |
| 509 | static std::size_t getOCLOptionsHash(const amd::option::Options& options) { |
| 510 | std::string opts; |
no outgoing calls
no test coverage detected