Unverified Commit 27633e2e authored by Gerico Vidanes's avatar Gerico Vidanes Committed by GitHub
Browse files

import `torch/torch.h` instead of `torch/extension.h` (#260)

parent ad228bb8
#include "macros.h"
#include <torch/extension.h>
#include <torch/torch.h>
#pragma once
#include <torch/extension.h>
#include "extensions.h"
#include "macros.h"
namespace sparse {
......
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