Dosyalar
rocm-systems/tests/src
Ben Sander 2ab19ca505 NVCC improvements.
- Complete translation tables for cudaError <-> hipError_t.
- Remove some odd errors that were not correctly translated or not used.
- Add HIPCHECK_API to test infrastructure.  Used for negative testing
  an API ; if a mismatch occurs it shows the expected return error
  code.  Can also print a warning rather than error.
- Enable hipMemoryAllocate on NV system, and review error coded.
- Add hipErrorName to nvcc.

Change-Id: I680427dcf32a5796d5913cf9e7f3b4c6f6b91599

Conflicts:
	tests/src/CMakeLists.txt

Bug fixes and improved docs for hipFree and hipHostFree.

    - Passing NULL pointer initialized runtime and return hipSuccess
      (not an error like before).
    - add negative test for this. (hipMemoryAllocate, improved)
    - Match NVCC errors for invalid pointers, add to test.
    - Update hipFree and hipHostFree docs.
    - hipGetDevicePointer always set *devicePointer=NULL, even for
      invalid flags.
    - Gate shared memory usage on specific HCC work-week.

Change-Id: I533b4fd3280a3d6cdbf05eb768976f0c7506c012
2016-06-16 06:13:51 +05:30
..
2016-03-31 02:14:12 -05:00
2016-01-26 20:14:33 -06:00
2016-03-25 13:45:28 -05:00
2016-06-16 06:13:51 +05:30
2016-06-10 06:23:02 -04:00
2016-06-10 06:23:02 -04:00
2016-06-10 06:23:02 -04:00
2016-06-10 06:23:02 -04:00
2016-06-09 16:56:05 -04:00
2016-04-11 13:01:02 -05:00
2016-03-29 02:27:51 -05:00
2016-03-30 06:08:50 -05:00
2016-02-10 20:01:16 +08:00
2016-03-24 11:17:57 -05:00
2016-03-23 02:45:21 -05:00
2016-03-30 06:08:50 -05:00
2016-03-30 13:00:44 -05:00
2016-06-16 06:13:51 +05:30
2016-02-08 22:55:23 -06:00
2016-03-29 17:29:31 -05:00
2016-03-30 13:00:44 -05:00
2016-04-20 12:25:40 -05:00
2016-01-26 20:14:33 -06:00
2016-04-11 07:58:58 -05:00
2016-06-16 06:13:51 +05:30