PairBench.h 146 B

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