Skip to content

Commit b328a5b

Browse files
committed
modify header
1 parent 9540b75 commit b328a5b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+0
-316
lines changed

GPU-Virtual-Service/xpu-pool-service/GPU-device-plugin/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# Copyright (c) Huawei Technologies Co., Ltd. 2024-2024. All rights reserved.
21

32
.PHONY: all
43
.DEFAULT_GOAL := all

GPU-Virtual-Service/xpu-pool-service/GPU-device-plugin/client/client.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
/*
2-
* Copyright (c) Huawei Technologies Co., Ltd. 2024-2025. All rights reserved.
3-
*/
4-
51
// Package main implements xpu client tool
62
// 用于 Kubernetes GPU 设备插件场景,根据 cgroup 路径查询/更新相关进程 ID 配置,用于资源管理和监控
73
package main

GPU-Virtual-Service/xpu-pool-service/GPU-device-plugin/cmd/main.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
/*
2-
* Copyright (c) Huawei Technologies Co., Ltd. 2024-2025. All rights reserved.
3-
*/
4-
51
// Package main implements xpu device plugin
62
// 用于XPU设备资源管理和发现
73
package main

GPU-Virtual-Service/xpu-pool-service/GPU-device-plugin/pkg/api/runtime/service/api.pb.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
/*
2-
* Copyright (c) Huawei Technologies Co., Ltd. 2024-2025. All rights reserved.
3-
*/
4-
51
package service
62

73
import (

GPU-Virtual-Service/xpu-pool-service/GPU-device-plugin/pkg/api/runtime/service/api_grpc.pb.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
/*
2-
* Copyright (c) Huawei Technologies Co., Ltd. 2024-2025. All rights reserved.
3-
*/
4-
51
package service
62

73
import (

GPU-Virtual-Service/xpu-pool-service/GPU-device-plugin/pkg/api/runtime/service/service_impl.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
/*
2-
* Copyright (c) Huawei Technologies Co., Ltd. 2024-2025. All rights reserved.
3-
*/
4-
51
// Package service implements service of getting pids
62
package service
73

GPU-Virtual-Service/xpu-pool-service/GPU-device-plugin/pkg/gonvml/cgo_helpers_static.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
/*
2-
* Copyright (c) Huawei Technologies Co., Ltd. 2024-2025. All rights reserved.
3-
*/
4-
51
package gonvml
62

73
import "C"

GPU-Virtual-Service/xpu-pool-service/GPU-device-plugin/pkg/gonvml/nvml_api.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
/*
2-
* Copyright (c) Huawei Technologies Co., Ltd. 2024-2025. All rights reserved.
3-
*/
4-
51
// This file defines the API provided by the gonvml.
62
// Package gonvml implements accessing the NVML library using the go
73

GPU-Virtual-Service/xpu-pool-service/GPU-device-plugin/pkg/gonvml/nvml_common.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
/*
2-
* Copyright (c) Huawei Technologies Co., Ltd. 2024-2025. All rights reserved.
3-
*/
4-
51
package gonvml
62

73
import "C"

GPU-Virtual-Service/xpu-pool-service/GPU-device-plugin/pkg/gonvml/nvml_const.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
/*
2-
* Copyright (c) Huawei Technologies Co., Ltd. 2024-2025. All rights reserved.
3-
*/
4-
51
// The gonvml constant definition is implemented in this file.
62
// Package gonvml implements accessing the NVML library using the go
73

0 commit comments

Comments
 (0)