You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

fixture.h 359 B

1234567891011121314151617
  1. #pragma once
  2. #include <gtest/gtest.h>
  3. #include "test/cpu/fixture.h"
  4. namespace megdnn {
  5. namespace test {
  6. class ARM_COMMON : public CPU {};
  7. class ARM_COMMON_MULTI_THREADS : public CPU_MULTI_THREADS {};
  8. class ARM_COMMON_BENCHMARK_MULTI_THREADS : public CPU_BENCHMARK_MULTI_THREADS {};
  9. } // namespace test
  10. } // namespace megdnn
  11. // vim: syntax=cpp.doxygen