MCPcopy Create free account
hub / github.com/RedisGraph/RedisGraph / demangle_cuda_symbol

Function demangle_cuda_symbol

deps/GraphBLAS/CUDA/jitify.hpp:788–791  ·  view source on GitHub ↗

MSVC compiler

Source from the content-addressed store, hash-verified

786//#if CUDA_VERSION < 8000
787#ifdef _MSC_VER // MSVC compiler
788inline std::string demangle_cuda_symbol(const char* mangled_name) {
789 // We don't have a way to demangle CUDA symbol names under MSVC.
790 return mangled_name;
791}
792inline std::string demangle_native_type(const std::type_info& typeinfo) {
793 // Get the decorated name and skip over the leading '.'.
794 const char* decorated_name = typeinfo.raw_name() + 1;

Callers 2

demangle_native_typeFunction · 0.85
create_moduleMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected