allendaicool / thrust

Automatically exported from code.google.com/p/thrust
Apache License 2.0
0 stars 0 forks source link

arch queries should gracefully deal with unrecognized devices #51

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
See this thread for details:

http://groups.google.com/group/thrust-users/browse_thread/thread/9761202b047bcd5
3?hl=en

arch.inl should probably be assert-free and instead throw exceptions ported
from Boost.System.  The program should not crash.

The asserts:

http://code.google.com/p/thrust/source/browse/trunk/thrust/experimental/arch.inl
#84

http://code.google.com/p/thrust/source/browse/trunk/thrust/experimental/arch.inl
#85

http://code.google.com/p/thrust/source/browse/trunk/thrust/experimental/arch.inl
#172

http://code.google.com/p/thrust/source/browse/trunk/thrust/experimental/arch.inl
#214

Original issue reported on code.google.com by jaredhoberock on 2 Nov 2009 at 7:59

GoogleCodeExporter commented 9 years ago

Original comment by jaredhoberock on 2 Nov 2009 at 8:03

GoogleCodeExporter commented 9 years ago
Giving this to Nathan

Original comment by jaredhoberock on 5 Nov 2009 at 11:00

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r601.

Original comment by wnbell on 22 Nov 2009 at 7:45

GoogleCodeExporter commented 9 years ago
Issue #37 subsumes the remaining items on this ticket (i.e. Boost.System-like
exceptions).

Original comment by wnbell on 22 Nov 2009 at 7:47