summaryrefslogtreecommitdiff
path: root/tools/device_query.cpp
blob: 03799e52b5312f74b3edd83016cc8b2cfe9810c6 (plain)
1
2
3
4
5
6
7
#include "caffe/common.hpp"

int main(int argc, char** argv) {
  LOG(FATAL) << "Deprecated. Use caffe device_query "
                "[--device_id=0] instead.";
  return 0;
}