MCPcopy Create free account
hub / github.com/ROCm/clr / getOCLSourceHash

Function getOCLSourceHash

rocclr/device/devprogram.cpp:505–507  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

compileImplMethod · 0.85
trySubstObjFileMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected