PairBench.h 151 B

12345678
  1. #ifndef PAIR_BENCH_H
  2. #define PAIR_BENCH_H
  3. class CommonExampleInterface* PairBenchOpenCLCreateFunc(struct CommonExampleOptions& options);
  4. #endif