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

Function run

tests/sol_execbench/samples/evil_thread_inject/kernel.py:27–29  ·  view source on GitHub ↗
(x, y)

Source from the content-addressed store, hash-verified

25
26
27def run(x, y):
28 threading.Thread(target=lambda: time.sleep(10), daemon=True).start()
29 return x + y

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected