mirror of
https://github.com/ml-explore/mlx.git
synced 2025-08-21 11:38:06 +08:00
Update cuDNN Frontend to v1.14 (#2505)
This commit is contained in:
parent
1ba18ff7d9
commit
c422050ca7
@ -149,7 +149,7 @@ target_link_libraries(mlx PRIVATE CUDA::nvrtc CUDA::cuda_driver)
|
|||||||
FetchContent_Declare(
|
FetchContent_Declare(
|
||||||
cudnn
|
cudnn
|
||||||
GIT_REPOSITORY https://github.com/NVIDIA/cudnn-frontend.git
|
GIT_REPOSITORY https://github.com/NVIDIA/cudnn-frontend.git
|
||||||
GIT_TAG v1.12.1
|
GIT_TAG v1.14.0
|
||||||
GIT_SHALLOW TRUE
|
GIT_SHALLOW TRUE
|
||||||
EXCLUDE_FROM_ALL)
|
EXCLUDE_FROM_ALL)
|
||||||
set(CUDNN_FRONTEND_SKIP_JSON_LIB ON)
|
set(CUDNN_FRONTEND_SKIP_JSON_LIB ON)
|
||||||
|
@ -7,9 +7,6 @@
|
|||||||
#include "mlx/dtype_utils.h"
|
#include "mlx/dtype_utils.h"
|
||||||
#include "mlx/primitives.h"
|
#include "mlx/primitives.h"
|
||||||
|
|
||||||
// cudnn_frontend.h redefines this macro.
|
|
||||||
#undef CHECK_CUDA_ERROR
|
|
||||||
|
|
||||||
#include <cudnn_frontend.h>
|
#include <cudnn_frontend.h>
|
||||||
#include <cudnn_frontend_find_plan.h>
|
#include <cudnn_frontend_find_plan.h>
|
||||||
#include <fmt/format.h>
|
#include <fmt/format.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user