cuda : remove oboslete comment

This commit is contained in:
Georgi Gerganov 2023-12-18 15:10:17 +02:00
parent 7ea427dbfa
commit c02412c383
No known key found for this signature in database
GPG key ID: 449E073F9DC10735

View file

@ -7378,8 +7378,6 @@ inline void ggml_cuda_op_mul_mat_cublas(
const int64_t row_diff = row_high - row_low; const int64_t row_diff = row_high - row_low;
// TODO: handle dst->op_params[0] != GGML_PREC_DEFAULT
int id; int id;
CUDA_CHECK(cudaGetDevice(&id)); CUDA_CHECK(cudaGetDevice(&id));