Zixuan Wang
Zixuan Wang
I don't find a `stripe size` option, do you mean `stride_size`? Also, the [Makefile](https://github.com/NVSL/OptaneStudy/blob/master/src/kernel/Makefile) does not contain this compilation option, what options are you referring to?
The `task=3` refers to `Strided Bandwidth Test`: https://github.com/NVSL/OptaneStudy/blob/a8bf9d1c9982dc383607351001c4550df36206dd/src/kernel/lat.c#L24 The corresponding implementation is here: https://github.com/NVSL/OptaneStudy/blob/a8bf9d1c9982dc383607351001c4550df36206dd/src/kernel/tasks.c#L331-L367 And low-level memory access implementation depends on `op` operation, which selects one of the strided memory...
latex对于标题的位置和间距有些自动调整,如果不影响论文审核的话应该不用管。 如果审核时被提出修改意见的话,有几种办法: 1. 多写一点文字填补空白 2. 更改全局的 heading 间距设置,但这有可能导致通篇的间距都修改,造成更多问题 3. 可以尝试用 `\vspace{}` 临时修补一些间距。但不太推荐这么做,因为如果用了 `\vspace{}` 之后再更新了论文内容,容易导致文字重叠等问题。
参考这里的实现呢 https://github.com/TheNetAdmin/zjuthesis/blob/master/page/graduate/term-translation.tex