Merge pull request #538 from ROCm-Developer-Tools/fix-fp16-include

Include host_defines.h in hip_fp16.h since it uses __host__ __device_…
Этот коммит содержится в:
Maneesh Gupta
2018-06-28 11:14:07 +05:30
коммит произвёл GitHub
родитель fc80fb4ab3 02b160491d
Коммит cde6611425
+1 -1
Просмотреть файл
@@ -21,7 +21,7 @@ THE SOFTWARE.
*/
#pragma once
#include "hip/hcc_detail/host_defines.h"
#include <assert.h>
#if defined(__cplusplus)
#include <algorithm>