Unverified Commit 98531820 authored by Steve Plimpton's avatar Steve Plimpton Committed by GitHub
Browse files

Merge pull request #1038 from stanmoore1/issue-1037

KOKKOS Package bugfix: Workaround for issue #1037
parents ff87cdb8 32917f4c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -292,7 +292,8 @@ public:

#if ! defined( KOKKOS_ENABLE_CUDA_LDG_INTRINSIC )
      if ( 0 == r ) {
        Kokkos::abort("Cuda const random access View using Cuda texture memory requires Kokkos to allocate the View's memory");
        //Kokkos::abort("Cuda const random access View using Cuda texture memory requires Kokkos to allocate the View's memory");
        return handle_type();
      }
#endif