240 发简信
IP属地:加州
  • 120
  • Python basic plot code

    import matplotlib.pyplot as plt import numpy as np data = np.loadtxt('NF_out.txt') plt....

  • 120
    今日继续在凌源工作

    明天结束工作后,经锦州,沈阳,到抚顺,后天抚顺工作开始图片为早晨5.30在酒店拍的凌源的早晨

  • Branch Predictor

    1.BHT (too much hardware) every branch has a private counter(SN WN WT ST) [N bit] [cou...

  • Compatibility - from Memory Consistency

    Take x86 as an example, it allows compiler to rearrange the order of Store and Load. As...

    126 1 1
  • 120
    Memory Consistency

    Memory Consistency is talking about how to deal with problems like store and load data ...