From d1a9dcb2141f4ccb7a6edd4521418e15d6f5c889 Mon Sep 17 00:00:00 2001 From: Aditya Atluri Date: Fri, 15 Apr 2016 11:08:48 -0500 Subject: [PATCH] Update README.md [ROCm/clr commit: f7089dbe4b2ac1c820027b575f9164e905114dd6] --- projects/clr/hipamd/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/clr/hipamd/README.md b/projects/clr/hipamd/README.md index 39c1092c63..1ff33c1c4e 100644 --- a/projects/clr/hipamd/README.md +++ b/projects/clr/hipamd/README.md @@ -146,6 +146,7 @@ The README with the procedures and tips the team used during this porting effort * **hip_runtime_api.h** : Defines HIP runtime APIs and can be compiled with many standard Linux compilers (hcc, GCC, ICC, CLANG, etc), in either C or C++ mode. * **hip_runtime.h** : Includes everything in hip_runtime_api.h PLUS hipLaunchKernel and syntax for writing device kernels and device functions. hip_runtime.h can only be compiled with hcc. * **hcc_detail/**** , **nvcc_detail/**** : Implementation details for specific platforms. HIP applications should not include these files directly. + * **hcc.h** : Includes interop APIs for HIP and HCC * **bin**: Tools and scripts to help with hip porting * **hipify** : Tool to convert CUDA code to portable CPP. Converts CUDA APIs and kernel builtins.