We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be47fb9 commit 26831bdCopy full SHA for 26831bd
1 file changed
ggml/src/ggml-cuda/ggml-cuda.cu
@@ -201,16 +201,6 @@ static ggml_cuda_device_info ggml_cuda_init() {
201
GGML_ASSERT(info.device_count <= GGML_CUDA_MAX_DEVICES);
202
203
int64_t total_vram = 0;
204
-#ifdef GGML_CUDA_FORCE_MMQ
205
- GGML_LOG_INFO("%s: GGML_CUDA_FORCE_MMQ: yes\n", __func__);
206
-#else
207
- GGML_LOG_INFO("%s: GGML_CUDA_FORCE_MMQ: no\n", __func__);
208
-#endif // GGML_CUDA_FORCE_MMQ
209
-#ifdef GGML_CUDA_FORCE_CUBLAS
210
- GGML_LOG_INFO("%s: GGML_CUDA_FORCE_CUBLAS: yes\n", __func__);
211
212
- GGML_LOG_INFO("%s: GGML_CUDA_FORCE_CUBLAS: no\n", __func__);
213
-#endif // GGML_CUDA_FORCE_CUBLAS
214
GGML_LOG_INFO("%s: found %d " GGML_CUDA_NAME " devices:\n", __func__, info.device_count);
215
216
std::vector<std::pair<int, std::string>> turing_devices_without_mma;
0 commit comments