Skip to content
This repository was archived by the owner on Mar 21, 2024. It is now read-only.

Conversation

@jaredhoberock
Copy link
Contributor

  • Introduce a UnitTestDriver::post_test_sanity_check hook
  • Virtualize UnitTestDriver::run_tests
  • Introduce CUDATestDriver
    • CUDATestDriver executes tests on all available GPUs when --device=
    • CUDATestDriver::post_test_sanity_check causes testing to bail out upon CUDA error
    • Choose the singleton driver instance based on thrust::device_system_tag
    • eliminate all CUDA dependencies in testing/testframework.cu
    • rename testing/testframework.cu to testing/testframework.cpp

  * Introduce CUDATestDriver
    * CUDATestDriver executes tests on all available GPUs when
    * --device=<negative number>
  * Choose the singleton driver instance based on thrust::device_system_tag
  * eliminate all CUDA dependencies in testing/testframework.cu
  * rename testing/testframework.cu to testing/testframework.cpp
Conflicts:
	testing/SConscript
jaredhoberock added a commit that referenced this pull request Apr 7, 2012
Enhancements to the unit tester framework
@jaredhoberock jaredhoberock merged commit 150018b into NVIDIA:master Apr 7, 2012
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant