Skip to content

Commit

Permalink
pytorch 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rusty1s committed Jan 23, 2019
1 parent e21ee09 commit 1d135a2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[run]
source=torch_scatter
[report]
exclude_lines =
pragma: no cover
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2018 Matthias Fey <matthias.fey@tu-dortmund.de>
Copyright (c) 2019 Matthias Fey <matthias.fey@tu-dortmund.de>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion cuda/scatter.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include <torch/torch.h>
#include <torch/extension.h>

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

Expand Down

0 comments on commit 1d135a2

Please sign in to comment.