Results 5 issues of Xiaoyang Sun

1. support google analytics.js in _includes/JB/analytics and _config.yml 2. fix a bug (add single quotes on both sides of {{ site.JB.analytics.googleUA.property_name }})

Thanks for your sharing this project and paper. I have one doubt after reading your paper - **how do you achieve concurrent copy and computation only using streams wrapped by...

question

**Describe the bug** The`deepspeed.init_inference` function can not init a cpu-version model successfully and changes the total model parameters. **To Reproduce** ```python import torch import deepspeed from transformers import AutoModelForCausalLM """...

bug
inference

**Describe the bug** The inference engine (`init_inference`) produces the different outputs with the original torch model even we input the same one torch tensor. **To Reproduce** ```python import torch import...

bug
inference

Some programs themselves (such as `SPEC CPU2017 625.x264_s` and `525.x264_r`) runs well on `CheriBSD/Morello`. But, using `pmcstat` to profile them can cause a system crash. These programs are compiled from...