Sunghwan Shim
Sunghwan Shim
**Describe the bug** When I use `deepspeed.init_inference` for Megatron gpt-3 MoE model in [megatron repo](https://github.com/microsoft/Megatron-DeepSpeed), error occurs. There's no problem when I use `deepspeed.init` instead as done in the training...
Don't merge this!
https://github.com/kaist-cp/rv6/commit/e2a357cbc30a8a075b2abea553241f8c2d7b0047 에서 rustc 버전 1.55 -> 1.56을 바꾼 후로 성능이 급격하게 떨어진 듯합니다. 현재 최신 commit(https://github.com/kaist-cp/rv6/commit/10ab52bcf488c0187db893b70b2be0bbe66726c4) 에서 rustc 버전만 이전으로 되돌리고 테스트한 결과 두 가지 기준(CPU cycle, wall clock)에서 모두...
현재 Risc-V 버전에서 system register에 접근하는 경우에는 `asm!` 매크로를 이용하는데, 이보다는 아래와 같이 잘 구현된 library를 활용하는 것이 code queality 면에서 더 좋을 것 같습니다. https://crates.io/crates/riscv/0.6.0
rustc 버전을 `1.56.0-nightly (30a0a9b69 2021-08-17)`로 업그레이드 한 후 잘 동작하던 build target specification file(`kernel-rs/aarch64-unknown-none.json`)이 build 과정에서 에러를 발생시킵니다. `cargo build --manifest-path kernel-rs/Cargo.toml --target kernel-rs/aarch64-unknown-none.json --features 'gicv2'`로 실행하면 다음과 같은 에러가...