Mojo function
is_valid_target
is_valid_target[: Bool, : Origin[$0], //, target: StringSlice[$1]]() -> Bool
Checks if the target is valid (compile-time version).
Parameters:
- target (
StringSlice[$1]
): Target string to check.
Returns:
True if the target is valid (CPU or GPU), False otherwise.
is_valid_target(target: StringSlice[origin]) -> Bool
Checks if the target is valid (runtime version).
Args:
- target (
StringSlice[origin]
): Target string to check.
Returns:
True if the target is valid (CPU or GPU), False otherwise.
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!