llm_mutil_npu / tests /test_engine_smoke.cpp
xianglarry's picture
Initial C++ aclnn EAGER inference for Qwen3-235B-A22B MoE on Ascend 910 × 16 NPU
4b9fefd
// test_engine_smoke.cpp — just verify engine.h compiles and links.
#include "engine.h"
int main() {
// No-op — all engine functions take many parameters and need real runtime. This test
// only validates that the header compiles and the core lib links.
return 0;
}