1. 19 6月, 2023 1 次提交
  2. 15 6月, 2023 2 次提交
  3. 14 6月, 2023 5 次提交
  4. 12 6月, 2023 2 次提交
  5. 07 6月, 2023 1 次提交
  6. 06 6月, 2023 3 次提交
  7. 05 6月, 2023 2 次提交
  8. 04 6月, 2023 1 次提交
  9. 03 6月, 2023 1 次提交
  10. 02 6月, 2023 10 次提交
  11. 01 6月, 2023 5 次提交
  12. 31 5月, 2023 6 次提交
  13. 30 5月, 2023 1 次提交
    • Y
      [AMP] Reimplement check_nan_inf as check_numerics_kernel. (#52245) · 44bd5927
      Yiqun Liu 提交于
      * Reimplement the check_nan_inf function as check_numerics kernel.
      
      * Remove the cpu implemention to phi.
      
      * Add ifdef for the including of omp.h.
      
      * Move the use of FLAGS_check_nan_inf_level out of header file.
      
      * Implement a common PrintAndThrowError function.
      
      * Fix the error using of __NVCC__, which should be instead with __CUDA_ARCH__.
      
      * Add dependency of phi.
      
      * Polish codes and unittest.
      44bd5927