[Misc] Remove unused cuda_utils.h in CPU backend (#5345)

This commit is contained in:
Jie Fu (傅杰) 2024-06-08 05:09:13 +08:00 committed by GitHub
parent 7a9cb294ae
commit 6840a71610
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,4 @@
#include "cache.h"
#include "cuda_utils.h"
#include "ops.h"
#include <torch/extension.h>