"docs/en/git@developer.sourcefind.cn:OpenDAS/mmcv.git" did not exist on "961373adf45cb6976b802dd5b34de7857da97119"
Commit ef3a0025 authored by Natalia Gimelshein's avatar Natalia Gimelshein
Browse files

update includes

parent 8124fba2
#include <torch/torch.h>
#include <torch/extension.h>
// CUDA forward declaration
void fused_adam_cuda(at::Tensor & p, at::Tensor & p_copy, at::Tensor & m, at::Tensor & v, at::Tensor & g, float lr, float beta1, float beta2, float eps, float grad_scale, int step, int mode);
......
#include <torch/torch.h>
#include <torch/extension.h>
#include <ATen/ATen.h>
#include <vector>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment