Commit 1c675be4 authored by gbalduzz's avatar gbalduzz
Browse files

removed deprecated cuda attribute

parent d48b4660
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ cudaMemoryType PointerType(const ScalarType* ptr) {
  if (ret == cudaErrorInvalidValue)
    return cudaMemoryTypeHost;
  checkRC(ret);
  return attributes.memoryType;
  return attributes.type;
}

template <typename ScalarType>