Skip to content
This repository was archived by the owner on Apr 28, 2023. It is now read-only.

Commit 3f5e0f3

Browse files
nicolasvasilacheTheodoros Theodoridis
authored andcommitted
Fix comment
1 parent bd4bd77 commit 3f5e0f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tc/core/cuda/cuda_compilation_cache.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,8 +306,8 @@ class ManualCudaCache : public Cache<ManualCudaCache, ManualCudaCachedEntry> {
306306
void cacheKernel(ManualCudaCachedEntry&& entry);
307307

308308
/*
309-
* Returns the cache entry that matches op(id, target device) and inputs'
310-
* shapes.
309+
* Returns the cache entry that matches op(id, target device), input shapes
310+
* and output shapes.
311311
*/
312312
std::unique_ptr<ManualCudaCacheRetrievalResult> retrieveKernel(
313313
const std::string& id,

0 commit comments

Comments
 (0)