Skip to content

Commit

Permalink
Fix garbled characters
Browse files Browse the repository at this point in the history
  • Loading branch information
ConvolutedDog committed Dec 4, 2024
1 parent 6feda94 commit 171451d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions configs/tested-cfgs/SM7_QV100/gpgpusim.config
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@

# Volta has sub core model, in which each scheduler has its own register file and EUs
# i.e. schedulers are isolated
# ��subcoreģʽ�£�ÿ��warp�������ڼĴ�����������һ������ļĴ����ɹ�ʹ�ã�����Ĵ����ɵ�������m_id������
# 在subcore模式下,每个warp调度器在寄存器集合中有一个具体的寄存器可供使用,这个寄存器由调度器的m_id索引。
-gpgpu_sub_core_model 1
# disable specialized operand collectors and use generic operand collectors instead
-gpgpu_enable_specialized_operand_collector 0
Expand All @@ -135,9 +135,9 @@
-gpgpu_scheduler lrr
## In Volta, a warp scheduler can issue 1 inst per cycle
-gpgpu_max_insn_issue_per_warp 1
# diff_exec_units�ǽ�������ͬ��Ӳ����Ԫ˫���䣬��V100����������Ϊ1�����������ͬһ��ͬ
# һ��warp������������ͬһӲ����Ԫ��������������ָ���������Ҫ�ж�һ�µ�ǰ��warp�Ƿ���һ
# ���Ǵ洢ָ����ǵĻ��ſɼ������䡣
# diff_exec_units是仅允许向不同的硬件单元双发射,在V100配置中设置为1,因此这里在同一拍同
# 一个warp调度器不能向同一硬件单元发射两条及以上指令,所以这里要判断一下当前的warp是否上一
# 条是存储指令,不是的话才可继续发射。
-gpgpu_dual_issue_diff_exec_units 1

## L1/shared memory configuration
Expand Down

0 comments on commit 171451d

Please sign in to comment.