Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
controller
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TFS
controller
Commits
6d77d5e6
Commit
6d77d5e6
authored
1 year ago
by
Jose Luis Carcel
Browse files
Options
Downloads
Patches
Plain Diff
Update Context SmartNICs
parent
e6505c21
No related branches found
Branches containing commit
No related tags found
1 merge request
!338
Resolve "(EVIDEN) SmartNIC support"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
proto/context-ext-smartnics.proto
+17
-16
17 additions, 16 deletions
proto/context-ext-smartnics.proto
with
17 additions
and
16 deletions
proto/context-ext-smartnics.proto
+
17
−
16
View file @
6d77d5e6
...
...
@@ -15,14 +15,13 @@
// References:
// https://www.nvidia.com/content/dam/en-zz/Solutions/networking/ethernet-adapters/connectX-6-dx-datasheet.pdf
// converged accel: https://www.nvidia.com/content/dam/en-zz/Solutions/gtcf21/converged-accelerator/pdf/datasheet.pdf
// bluefield-2 = connectX-6 + DPUs
// conv_accel = bluefield-2 + GPU
syntax
=
"proto3"
;
package
context
-
ext
-
smartnics
;
import
context
;
import
"
context
"
;
import
"kpi_sample_types.proto"
;
message
SmartnicsCapabilities
{
...
...
@@ -75,7 +74,7 @@ enum DpuCoreArchitectureEnum {
message
DPU_Core
{
string
model
=
1
;
// Armv8 A72
enum
DpuCoreArchitectureEnum
architecture
=
2
;
DpuCoreArchitectureEnum
architecture
=
2
;
uint64
l2_cache_size_mb
=
3
;
uint64
l3_cache_size_mb
=
4
;
}
...
...
@@ -83,8 +82,8 @@ message DPU_Core {
message
DPU_Memory
{
string
RamMemoryType
=
1
;
//On-Board DDR4
string
eMMCMemoryType
=
2
;
//eMMC
enum
DpuRamMemorySizeGB
RamMemorySizeGB
=
3
;
enum
DpueMMCMemorySizeGB
eMMCMemorySizeGB
=
4
;
DpuRamMemorySizeGB
RamMemorySizeGB
=
3
;
DpueMMCMemorySizeGB
eMMCMemorySizeGB
=
4
;
}
enum
DpuRamMemorySizeGB
{
...
...
@@ -100,17 +99,6 @@ enum DpueMMCMemorySizeGB {
DPU_MEMORY_eMMC_128GB
=
3
;
}
message
GPU
{
enum
Architecture
architecture
=
1
;
//AMPERE?
enum
ComputeCapabilities
compute_capabilities
=
2
;
//MIG?
uint64
memory_size_gb
=
3
;
//24 GB HBM2
uint32
num_CUDA_cores
=
4
;
//3804
uint32
num_Tensor_cores
=
5
;
//224
uint32
peak_fp_32
=
6
;
//10.3TF
uint32
peak_fp_64
=
7
;
//5.2TF
uint32
peak
fp_64_tensor_core
=
8
;
//10.3TF
}
enum
Architecture
{
ARCH_UNDEFINED
=
0
;
ARCH_AMPERE
=
1
;
...
...
@@ -122,3 +110,16 @@ enum ComputeCapabilities {
MIG_2_AT_12GB
=
2
;
MIG_1_AT_24GB
=
3
;
}
message
GPU
{
Architecture
architecture
=
1
;
//AMPERE?
ComputeCapabilities
compute_capabilities
=
2
;
//MIG?
uint64
memory_size_gb
=
3
;
//24 GB HBM2
uint32
num_CUDA_cores
=
4
;
//3804
uint32
num_Tensor_cores
=
5
;
//224
uint32
peak_fp_32
=
6
;
//10.3TF
uint32
peak_fp_64
=
7
;
//5.2TF
uint32
peak_fp_64_tensor_core
=
8
;
//10.3TF
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment