完善时间剪枝功能
Some checks failed
Build wheels / build (ubuntu-latest, 3.11) (push) Has been cancelled
Build wheels / build (ubuntu-latest, 3.12) (push) Has been cancelled
Build wheels / build (ubuntu-latest, 3.13) (push) Has been cancelled
Tests / check (push) Has been cancelled
Tests / build (ubuntu-latest, 3.11) (push) Has been cancelled
Tests / build (ubuntu-latest, 3.12) (push) Has been cancelled
Tests / build (ubuntu-latest, 3.13) (push) Has been cancelled
Some checks failed
Build wheels / build (ubuntu-latest, 3.11) (push) Has been cancelled
Build wheels / build (ubuntu-latest, 3.12) (push) Has been cancelled
Build wheels / build (ubuntu-latest, 3.13) (push) Has been cancelled
Tests / check (push) Has been cancelled
Tests / build (ubuntu-latest, 3.11) (push) Has been cancelled
Tests / build (ubuntu-latest, 3.12) (push) Has been cancelled
Tests / build (ubuntu-latest, 3.13) (push) Has been cancelled
This commit is contained in:
34
vtune_contract/config/collection.cfg
Normal file
34
vtune_contract/config/collection.cfg
Normal file
@@ -0,0 +1,34 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
|
||||
<bag xmlns:boolean="http://www.w3.org/2001/XMLSchema#boolean" xmlns:double="http://www.intel.com/2001/XMLSchema#double" xmlns:int="http://www.w3.org/2001/XMLSchema#int" xmlns:null="http://www.intel.com/2009/BagSchema#null">
|
||||
<pointer:workload pointer:type_id="dasID_cctrl2::ApplicationWorkload" pointer:ptr_type="dasID_cctrl2::IWorkload">
|
||||
<workload targetName="launch" launch_app.app_to_launch="mpirun" launch_app.app_parameters=""-np" "2" "--hostfile" "/home/yx/qibotn/hostfile" "-perhost" "2" "--map-by" "numa" "python" "benchmark_contract_sliced.py" " result_directory.path="/home/yx/qibotn/vtune_contract">
|
||||
<search_directories/>
|
||||
<context>
|
||||
<contextValue id="allowMultipleRuns" boolean:value="false"/>
|
||||
<contextValue id="analyzeKvmGuest" boolean:value="false"/>
|
||||
<contextValue id="analyzeSystemWide" boolean:value="false"/>
|
||||
<contextValue id="cpuMask" value=""/>
|
||||
<contextValue id="customCollector" value=""/>
|
||||
<contextValue id="dataLimit" int:value="1000"/>
|
||||
<contextValue id="enableRing" boolean:value="false"/>
|
||||
<contextValue id="finalizationMode" value="fast"/>
|
||||
<contextValue id="followChild" boolean:value="true"/>
|
||||
<contextValue id="followChildGroup" null:value=""/>
|
||||
<contextValue id="followChildStrategy" value=""/>
|
||||
<contextValue id="groupForFinalizationControl" null:value=""/>
|
||||
<contextValue id="kvmGuestKallsyms" value=""/>
|
||||
<contextValue id="kvmGuestModules" value=""/>
|
||||
<contextValue id="kvmProfileGuest" null:value=""/>
|
||||
<contextValue id="mrteMode" value="auto"/>
|
||||
<contextValue id="targetDurationType" value="short"/>
|
||||
<contextValue id="targetRingBuffer" double:value="0"/>
|
||||
<contextValue id="targetType" value="launch"/>
|
||||
<contextValue id="traceMpi" boolean:value="false"/>
|
||||
<contextValue id="tracingMode" null:value=""/>
|
||||
<contextValue id="wrapperScriptContent" value=""/>
|
||||
<contextValue id="wrapperScriptPath" value=""/>
|
||||
</context>
|
||||
</workload>
|
||||
</pointer:workload>
|
||||
</bag>
|
||||
Reference in New Issue
Block a user