| Package | Description |
|---|---|
| ai.konduit.serving.build.config |
| Modifier and Type | Method and Description |
|---|---|
Arch[] |
Arch.compatibleWith()
What other architectures is this compatible with?
Mainly used for x86: i.e., can run x86 on x86-avx2 and x86-avx512 systems.
|
static Arch |
Arch.forName(String s) |
static Arch |
Arch.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Arch[] |
Arch.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Arch.isCompatibleWith(Arch other)
Returns true if the code for this arch can generally be run on the specified arch.
|
boolean |
Arch.lowerThan(Arch other) |
| Constructor and Description |
|---|
Target(OS os,
Arch arch,
ComputeDevice device) |
Copyright © 2021. All rights reserved.