Spaces:
Running
Running
File size: 199 Bytes
c61ccee |
1 2 3 4 5 6 7 8 9 10 11 |
#pragma once
#include <c10/macros/Export.h>
namespace at::cpu {
// Detect if CPU support Vector Neural Network Instruction.
TORCH_API bool is_cpu_support_vnni();
} // namespace at::cpu
|