Lixian Ma

Results 8 issues of Lixian Ma

my code is: ``` int main(){ int constant_memory = 0; hipDeviceGetAttribute(&constant_memory, hipDeviceAttributeTotalConstantMemory, 0); std::cout

### my kubelet.service config is: [Unit] Description=Kubernetes Kubelet Documentation=https://github.com/GoogleCloudPlatform/kubernetes After=docker.service Requires=docker.service [Service] WorkingDirectory=/var/lib/kubelet ExecStart=/opt/kube/bin/kubelet \ --address=10.2.152.182 \ --allow-privileged=true \ --anonymous-auth=false \ --authentication-token-webhook \ --authorization-mode=Webhook \ --client-ca-file=/etc/kubernetes/ssl/ca.pem \ --cluster-dns=10.70.0.2 \ --cluster-domain=cluster.local....

What are the steps to reproduce this issue? ------------------------------------------- 1.create two pod with the same yaml to run mpi workload in that two pod 2.lunch a container in one pod...

bug

Based on #125, I download the kernel for CRIU on [ https://gitlab.freedesktop.org/agd5f/linux](). My build command follows: 1. make oldconfig 2. make prepare 3. make scripts 4. make M=drivers/gpu/drm/amd/amdgpu/ -j8 Finally,...

### Expected behavior I try to use MetaScheduler to tuning matmul, and the dimensions of the matrix are m=8192, n=14336, k=8192. When n=8192, everything is ok, but once m or...

type: bug
needs-triage

我想基于python前端去自动调优matmul,但是没有找到类似的example,可以给出一个使用示例吗?

k8s本身就会对pending的pod进行重调度,getCandidatePods的意义何在呢?

I can't understand the purpose of using an an additional controller in scheduler-extender. Can you give me some explanation?