mirror of
https://github.com/barkeser2002/flower.git
synced 2026-09-25 16:36:15 +03:00
7 lines
146 B
C++
7 lines
146 B
C++
#ifndef PAIR_BENCH_H
|
|
#define PAIR_BENCH_H
|
|
|
|
class CommonExampleInterface* PairBenchOpenCLCreateFunc(struct CommonExampleOptions& options);
|
|
|
|
#endif
|