Ce Gao

Results 431 issues of Ce Gao

The [guide here](https://google.github.io/styleguide/javaguide.html#s3.3.3-import-ordering-and-spacing) shows that: > If there are both static and non-static imports, a single blank line separates the two blocks. There are no other blank lines between import...

lang:java

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

https://ieeexplore.ieee.org/abstract/document/8672318 腾讯 Gaia 的 GPU 共享 Ref #178

type/paper
area/GPU

https://www.usenix.org/conference/atc18/presentation/thalheim ATC'18 https://github.com/Mic92/cntr

area/isolation
type/paper

https://github.com/Mic92/vmsh https://dl.acm.org/doi/abs/10.1145/3492321.3519589 EuroSys'22 Shell into a virtualized Linux, with your own tools

area/isolation
type/paper

https://dl.acm.org/doi/pdf/10.1145/3492321.3519564 EuroSys'22

TODO-未读
type/paper
area/ml

OSDI'18 https://www.usenix.org/system/files/osdi18-xiao.pdf https://www.usenix.org/sites/default/files/conference/protected-files/osdi18_slides_sivathanu.pdf 也是基于 k8s 实现了原型 MS 的

area/scheduler
type/paper
area/large-scale-ml
area/ml
yylin1/未讀

https://www.usenix.org/system/files/osdi20-zhang_quanlu.pdf 来源:https://github.com/andreyvelich 在 Slack 里发的链接

type/paper
area/neural-architecture-search
area/AutoML

SoCC'21 来源:学弟推荐 > 它讲的是 CPU 调度机制的设计目标和容器环境对 CPU 的目标有根本上的冲突,shit,但是我不能理解它解决方案 rKube 的实现和 k8s 社区目前的做法的本质上的区别 https://dl.acm.org/doi/10.1145/3472883.3486997

area/isolation
type/paper
area/os
area/cloudnative

FAST'17 来源:@xuanwo TL;DR 结果很有意思,在 SSD 上的 FUSE 顺序读的性能 overhead 基本都在 5% 以内。随机读的开销还是蛮大的。写的开销基本都不大。开销最大的是 metadata-intensive 的工作负载,频繁的文件元数据操作的场景,基本性能开销都超过了 50%。

type/paper
area/file-system