Skip to content

Commit 1d135a2

Browse files
committed
pytorch 1.0.0
1 parent e21ee09 commit 1d135a2

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.coveragerc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[run]
2+
source=torch_scatter
13
[report]
24
exclude_lines =
35
pragma: no cover

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2018 Matthias Fey <[email protected]>
1+
Copyright (c) 2019 Matthias Fey <[email protected]>
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

cuda/scatter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include <torch/torch.h>
1+
#include <torch/extension.h>
22

33
#define CHECK_CUDA(x) AT_ASSERTM(x.type().is_cuda(), #x " must be CUDA tensor")
44

0 commit comments

Comments
 (0)