max_uva_threads.cc 456 Bytes
Newer Older
sangwzh's avatar
sangwzh committed
1
// !!! This is a file automatically generated by hipify!!!
2
3
4
5
6
7
/**
 *  Copyright (c) 2023 by Contributors
 *  Copyright (c) 2023, GT-TDAlab (Muhammed Fatih Balin & Umit V. Catalyurek)
 * @file cuda/max_uva_threads.cc
 * @brief Max uva threads variable setter function.
 */
sangwzh's avatar
sangwzh committed
8
#include "max_uva_threads.h"
9
10
11
12
13
14
15
16

namespace graphbolt {
namespace cuda {

void set_max_uva_threads(int64_t count) { max_uva_threads = count; }

}  // namespace cuda
}  // namespace graphbolt