[libomptarget][nfc] Add missing header for amdgcn/target_impl
This commit is contained in:
		
							parent
							
								
									fff9f049b2
								
							
						
					
					
						commit
						b399252028
					
				| 
						 | 
				
			
			@ -16,9 +16,11 @@
 | 
			
		|||
#error "amdgcn target_impl.h expects to be compiled under __AMDGCN__"
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#include <stdint.h>
 | 
			
		||||
#include "amdgcn_interface.h"
 | 
			
		||||
 | 
			
		||||
#include <stddef.h>
 | 
			
		||||
#include <stdint.h>
 | 
			
		||||
 | 
			
		||||
#define DEVICE __attribute__((device))
 | 
			
		||||
#define INLINE inline DEVICE
 | 
			
		||||
#define NOINLINE __attribute__((noinline)) DEVICE
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue