-
Notifications
You must be signed in to change notification settings - Fork 630
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b279127
commit 4a2b1b6
Showing
79 changed files
with
17,985 additions
and
200 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,108 @@ | ||
{ | ||
"Overview-view": "Overview", | ||
"time-consuming": "Execution Summary", | ||
"Expand-view": "Details", | ||
"stage-view": "Details", | ||
"training-step-time": "Execution Time Breakdown", | ||
"performance-consumption": "Event Summary", | ||
"consumption-distribution": "Event Time Breakdown", | ||
"custom-events": "UserDefined Summary", | ||
"Configuration-details": "Configuration", | ||
"number-processes": "Number of Worker(s)", | ||
"Equipment-type": "Device Type", | ||
"Device-Details": "Device Summary", | ||
"Process-utilization": "Process Utilization", | ||
"system-utilization": "System Utilization", | ||
"computing-power": "Compute Capability", | ||
"Utilization": "Utilization", | ||
"Traffic-Processor-Efficiency": "Est. SM Efficiency", | ||
"Traffic-processor-occupancy": "Est. Achieved Occupancy", | ||
"usage-time": "Kernel Time using Tensor Cores", | ||
"step": "step", | ||
"timeConsuming": "time consuming", | ||
"Number-calls": "Calls", | ||
"duration": "duration", | ||
"Overall-proportion": "Overall proportion", | ||
"stage": "Event Name", | ||
"number-calls": "Calls", | ||
"total-time": "Total Time", | ||
"average-time": "Average Time", | ||
"longest-time": "Max Time", | ||
"shortest-time":"Min Time", | ||
"percentage":"Percentage", | ||
"Operator-view":"Operator View", | ||
"Time-profile":"Operator Pie", | ||
"Kernel-profile":"Kernel Pie", | ||
"Time-details":"Operator Table", | ||
"show-all-operators":"All operators", | ||
"show-Top-operators":"Top operators to show", | ||
"By-operator-name":"Operator Name", | ||
"operator-shape":"Operator Name + Input Shape", | ||
"input-shape":"input shape", | ||
"call-volume":"Calls", | ||
"operator":"Operator Name", | ||
"CPU-time":"CPU", | ||
"GPU-time":"GPU", | ||
"nuclear-view":"Kernel View", | ||
"show-all-kernels":"show all kernels", | ||
"show-Top-kernels":"Show Top Kernels", | ||
"group-by-core":"Kernel Name", | ||
"Group-operator":"Kernel Name + Attributes", | ||
"nuclear-name":"Kernel Name", | ||
"sm-average":"Mean Blocks Per SM", | ||
"average-occupancy":"Mean Achieved Occupancy", | ||
"use-tensor-core":"Kernel Used Tensor Cores", | ||
"Distribution-view":"Distributed View", | ||
"Device-Information":"Device Information", | ||
"comparisons":"Computation/Communication Overview", | ||
"training-steps":"Step", | ||
"memory-view":"Memory View", | ||
"equipment":"Device", | ||
"timestamp":"timestamp", | ||
"memory-size":"memory size", | ||
"event-name":"Event Name", | ||
"memory-usage":"memory usage", | ||
"storage-type":"Memory Type", | ||
"MemorAddr":"Memory address", | ||
"EventName":"Event Name", | ||
"AllocationCount":"Allcation Counts", | ||
"FreeCount":"Release Counts", | ||
"AllocationSize":"Allocation Size", | ||
"FreeSize":"Release Size", | ||
"IncreasedSize":"Increased Size", | ||
"AllocatedEvent":"Allocation Event", | ||
"AllocatedTimestamp":"Allocation Time", | ||
"FreeEvent":"Release Event", | ||
"FreeTimestamp":"Release Time", | ||
"Duration":"Duratrion", | ||
"Size":"Size", | ||
"search-event-name":"search event name", | ||
"Search-Kernal":"Search kernel name", | ||
"Search-operator":"Search operator name", | ||
"data-flow":"Runs", | ||
"view":"Views", | ||
"process":"Workers", | ||
"process-span":"Spans", | ||
"time-unit":"Timeunit", | ||
"Allocated":"Allocated", | ||
"Reserved":"Reserved", | ||
"PeakAllocated":"Peak Allocated", | ||
"PeakReserved":"Peak Reserved", | ||
"NoGPUdata":"No GPU data yet", | ||
"Cor-operator":"Operator", | ||
"thread-grid":"Grid", | ||
"thread-block":"Block", | ||
"Thread-registers":"Register Per Thread", | ||
"Shared-memory":"Shared Memory", | ||
"Yes":"Yes", | ||
"No":"No", | ||
"performance-analysis":"Profiler", | ||
"Tensorcore-usage":"Tensor Cores Utilization", | ||
"Kernel-details":"Kernel Table", | ||
"proportion":"proportion" | ||
|
||
|
||
|
||
|
||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,108 @@ | ||
{ | ||
"Overview-view": "总览视图", | ||
"time-consuming": "运行耗时", | ||
"Expand-view": "展开查看耗时详情", | ||
"stage-view": "各阶段耗时详情", | ||
"training-step-time": "训练步数耗时", | ||
"performance-consumption": "性能消耗", | ||
"consumption-distribution": "模型各阶段消耗分布", | ||
"custom-events": "自定义事件耗时", | ||
"Configuration-details": "配置详情", | ||
"number-processes": "进程数", | ||
"Equipment-type": "设备类型", | ||
"Device-Details": "设备详情", | ||
"Process-utilization": "进程利用率", | ||
"system-utilization": "系统利用率", | ||
"computing-power": "算力", | ||
"Utilization": "利用率", | ||
"Traffic-Processor-Efficiency": "流处理器效率", | ||
"Traffic-processor-occupancy": "流处理器占用率", | ||
"usage-time": "Tensor Cores使用时间占比", | ||
"step": "步", | ||
"timeConsuming": "耗时", | ||
"Number-calls": "调用量(次)", | ||
"duration": "持续时间", | ||
"Overall-proportion": "整体占比", | ||
"stage": "事件名称", | ||
"number-calls": "调用次数", | ||
"total-time": "总耗时", | ||
"average-time": "平均耗时", | ||
"longest-time": "最长耗时", | ||
"shortest-time":"最短耗时", | ||
"percentage":"百分比", | ||
"Operator-view":"算子视图", | ||
"Time-profile":"耗时概况", | ||
"Kernel-profile":"耗时概况", | ||
"Time-details":"算子详情", | ||
"Kernel-details":"核详情", | ||
"show-all-operators":"显示全部算子", | ||
"show-Top-operators":"显示Top算子", | ||
"By-operator-name":"按算子名称", | ||
"operator-shape":"按算子名称+输入形状", | ||
"input-shape":"输入形状", | ||
"call-volume":"调用量", | ||
"operator":"算子名称", | ||
"CPU-time":"CPU耗时", | ||
"GPU-time":"GPU耗时", | ||
"nuclear-view":"核视图", | ||
"show-all-kernels":"显示全部内核", | ||
"show-Top-kernels":"显示Top内核", | ||
"group-by-core":"按核名称分组", | ||
"Group-operator":"按核名称+核属性分组", | ||
"nuclear-name":"核名称", | ||
"sm-average":"sm平均线程块数量", | ||
"average-occupancy":"平均占用率", | ||
"use-tensor-core":"是否使用Tensor Cores", | ||
"Distribution-view":"分布式视图", | ||
"Device-Information":"设备信息", | ||
"comparisons":"Computation和communication的耗时对比", | ||
"training-steps":"训练步数", | ||
"memory-view":"显存视图", | ||
"equipment":"设备", | ||
"timestamp":"时间戳", | ||
"memory-size":"内存大小", | ||
"event-name":"事件名称", | ||
"memory-usage":"内存使用量", | ||
"storage-type":"存储类型", | ||
"MemorAddr":"存储地址", | ||
"EventName":"事件名", | ||
"AllocationCount":"分配次数", | ||
"FreeCount":"释放次数", | ||
"AllocationSize":"分配大小", | ||
"FreeSize":"释放大小", | ||
"IncreasedSize":"净增量", | ||
"AllocatedEvent":"分配事件", | ||
"AllocatedTimestamp":"分配时间", | ||
"FreeEvent":"释放事件", | ||
"FreeTimestamp":"释放时间", | ||
"Duration":"持续时间", | ||
"Size":"大小", | ||
"search-event-name":"搜素事件名", | ||
"Search-operator":"搜索算子名称", | ||
"Search-Kernal":"搜索核名称", | ||
"performance-analysis":"性能分析", | ||
"data-flow":"数据流", | ||
"view":"视图", | ||
"process":"进程", | ||
"process-span":"数据索引", | ||
"time-unit":"时间单位", | ||
"Allocated":"已分配", | ||
"Reserved":"已预留", | ||
"PeakAllocated":"最大已分配", | ||
"PeakReserved":"最大已预留", | ||
"NoGPUdata":"暂无GPU数据", | ||
"Cor-operator":"对应算子", | ||
"thread-grid":"线程网格", | ||
"thread-block":"线程块", | ||
"Thread-registers":"线程平均寄存器数量", | ||
"Shared-memory":"共享显存量", | ||
"Yes":"是", | ||
"No":"否", | ||
"Tensorcore-usage":"Tensor core利用率", | ||
"proportion":"占比" | ||
|
||
|
||
|
||
|
||
|
||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
export async function render() { | ||
document.location.href = 'index.html'; | ||
} |
Oops, something went wrong.