Unverified Commit a01a7326 authored by ngimel's avatar ngimel Committed by GitHub
Browse files

Merge pull request #68 from ngimel/includes

update includes
parents 8124fba2 ef3a0025
#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