# README

To update the golang gRPC/protobuf files, use the following protoc commandline:

protoc --go_out=. --go_opt=paths=source_relative --go-grpc_out=. --go-grpc_opt=paths=source_relative levelzero.proto
# To fix bad package name
sed -i -e 's/gpu_levelzero/gpulevelzero/' levelzero.pb.go levelzero_grpc.pb.go

Note: Running protoc will erase copyright header and change the package name from "gpulevelzero" to "gpu.levelzero". The header and the package name needs to be added/modified after regeneration.

# Functions

No description provided by the author
No description provided by the author

# Constants

No description provided by the author

# Variables

No description provided by the author
Levelzero_ServiceDesc is the grpc.ServiceDesc for Levelzero service.

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
UnimplementedLevelzeroServer must be embedded to have forward compatible implementations.

# Interfaces

LevelzeroClient is the client API for Levelzero service.
LevelzeroServer is the server API for Levelzero service.
UnsafeLevelzeroServer may be embedded to opt out of forward compatibility for this service.