MCPcopy Create free account
hub / github.com/NVIDIA/SOL-ExecBench / _is_cpp

Method _is_cpp

src/sol_execbench/driver/problem_packager.py:117–118  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

115
116 @property
117 def _is_cpp(self) -> bool:
118 return any(lang in _CPP_LANGUAGES for lang in self.solution.spec.languages)
119
120 def _inject_gencode_flags(self, sol_dict: dict) -> dict:
121 """Auto-inject -gencode flags when no explicit arch flag is set.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected