Static libstdcxx and python (#139)
Support python + static libstdc++
[ROCm/rocprofiler-systems commit: a1dcd1bc4b]
This commit is contained in:
zatwierdzone przez
GitHub
rodzic
7ceb1e0bee
commit
f642813ad1
@@ -35,6 +35,12 @@ This submodule imports the timemory Python function profiler
|
||||
"""
|
||||
|
||||
try:
|
||||
import os
|
||||
|
||||
os.environ["OMNITRACE_PATH"] = os.path.abspath(
|
||||
os.path.join(os.path.dirname(__file__), "../../..")
|
||||
)
|
||||
|
||||
from .libpyomnitrace import coverage
|
||||
from . import user
|
||||
from .profiler import Profiler, FakeProfiler
|
||||
|
||||
Reference in New Issue
Block a user