Wayne Gao

Results 44 issues of Wayne Gao

``` [root@ch7-smc-2407 ebpf-sockops]# ./load.sh + set -e + sudo mount -t bpf bpf /sys/fs/bpf/ + clang -O2 -g -Wall -target bpf -c bpf_sockops.c -o bpf_sockops.o + sudo bpftool prog load...

hello expert I just clone latest code and follow your rocsdb guide, it shows me below build error, I believe something is missing. ``` Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-api/3.0.0-M1/enforcer-api-3.0.0-M1.jar Downloading from...

hello expert. I change the link_cp code a little to to read on one fast NVMe, its read capabilities are 6000MB/s with below code I can only reach 2400MB/s, what...

reproduce steps: 1. configure rxe for rdma ``` rdma link add rxe_eth0 type rxe netdev eth0 ``` 2. configure SPDK nvmf target ``` run build/bin/nvmf_tgt under spdk root@wayne-VirtualBox:~/wayne/spdk# scripts/rpc.py bdev_null_create...

I setup enviroment with softroce rxe, ib_send_bw works fine. then I specifiy 5 senconds run as below ``` ./nvmf-fio --filename=nvmf-rdma://192.168.122.33:4420/nvmet-always-rdma/1 --randread --iodepth=32 --ioqueues=4 --runtime=5 ``` I can see below log...

the guide link is [image_segmentation/pytorch](https://github.com/mlcommons/training/tree/master/image_segmentation/pytorch) when I try to run the container, I got below error, mention the runtime nvidia does not exist. could you please shed some light? ```...

after I build contaner, and enter it, when I preprocess the data, it have failure with data attribute. ``` root@ed1902ed9916:/workspace/rnnt# bash scripts/preprocess_librispeech.sh Traceback (most recent call last): File "./utils/convert_librispeech.py", line...

please see the error below, I have 28T disk, how to work around this problem? ``` => => sha256:f0d07955f406a98d2a3ef5cd3cb1c559339dc6cbbbe209914ad33ad7141df159 54.92MB / 54.92MB 58.7s => => sha256:63edc579ff7da32c44f2ecbb8cebdb8c0bc75afea5c55bfc40ca0faa1f25b971 15.71kB / 15.71kB 58.9s...

could you please shed some light why I suffer this error? ``` [stg@oq1 object_detection]$ sudo nvidia-docker build . -t mlperf/object_detection [+] Building 34.5s (13/13) FINISHED docker:default => [internal] load build...