CUDA RTC API supported by HIP

CUDA RTC API supported by HIP#

1. RTC Data types#

CUDA

A

D

C

R

HIP

A

D

C

R

E

NVRTC_​ERROR_​BUILTIN_​OPERATION_​FAILURE

HIPRTC_​ERROR_​BUILTIN_​OPERATION_​FAILURE

2.6.0

NVRTC_​ERROR_​COMPILATION

HIPRTC_​ERROR_​COMPILATION

2.6.0

NVRTC_​ERROR_​INTERNAL_​ERROR

8.0

HIPRTC_​ERROR_​INTERNAL_​ERROR

2.6.0

NVRTC_​ERROR_​INVALID_​INPUT

HIPRTC_​ERROR_​INVALID_​INPUT

2.6.0

NVRTC_​ERROR_​INVALID_​OPTION

HIPRTC_​ERROR_​INVALID_​OPTION

2.6.0

NVRTC_​ERROR_​INVALID_​PROGRAM

HIPRTC_​ERROR_​INVALID_​PROGRAM

2.6.0

NVRTC_​ERROR_​NAME_​EXPRESSION_​NOT_​VALID

8.0

HIPRTC_​ERROR_​NAME_​EXPRESSION_​NOT_​VALID

2.6.0

NVRTC_​ERROR_​NO_​LOWERED_​NAMES_​BEFORE_​COMPILATION

8.0

HIPRTC_​ERROR_​NO_​LOWERED_​NAMES_​BEFORE_​COMPILATION

2.6.0

NVRTC_​ERROR_​NO_​NAME_​EXPRESSIONS_​AFTER_​COMPILATION

8.0

HIPRTC_​ERROR_​NO_​NAME_​EXPRESSIONS_​AFTER_​COMPILATION

2.6.0

NVRTC_​ERROR_​OUT_​OF_​MEMORY

HIPRTC_​ERROR_​OUT_​OF_​MEMORY

2.6.0

NVRTC_​ERROR_​PROGRAM_​CREATION_​FAILURE

HIPRTC_​ERROR_​PROGRAM_​CREATION_​FAILURE

2.6.0

NVRTC_​ERROR_​TIME_​FILE_​WRITE_​FAILED

12.1

NVRTC_​SUCCESS

HIPRTC_​SUCCESS

2.6.0

nvrtc​Program

hiprtc​Program

2.6.0

nvrtc​Result

hiprtc​Result

2.6.0

2. RTC API functions#

CUDA

A

D

C

R

HIP

A

D

C

R

E

nvrtc​Add​Name​Expression

8.0

hiprtc​Add​Name​Expression

2.6.0

nvrtc​Compile​Program

8.0

hiprtc​Compile​Program

2.6.0

nvrtc​Create​Program

8.0

hiprtc​Create​Program

2.6.0

nvrtc​Destroy​Program

hiprtc​Destroy​Program

2.6.0

nvrtc​Get​CUBIN

11.1

hiprtc​Get​Bitcode

5.3.0

nvrtc​Get​CUBINSize

11.1

hiprtc​Get​Bitcode​Size

5.3.0

nvrtc​Get​Error​String

hiprtc​Get​Error​String

2.6.0

nvrtc​Get​LTOIR

12.0

nvrtc​Get​LTOIRSize

12.0

nvrtc​Get​Lowered​Name

8.0

hiprtc​Get​Lowered​Name

2.6.0

nvrtc​Get​NVVM

11.4

12.0

nvrtc​Get​NVVMSize

11.4

12.0

nvrtc​Get​Num​Supported​Archs

11.2

nvrtc​Get​Opti​XIR

12.0

nvrtc​Get​Opti​XIRSize

12.0

nvrtc​Get​PTX

hiprtc​Get​Code

2.6.0

nvrtc​Get​PTXSize

hiprtc​Get​Code​Size

2.6.0

nvrtc​Get​Program​Log

hiprtc​Get​Program​Log

2.6.0

nvrtc​Get​Program​Log​Size

hiprtc​Get​Program​Log​Size

2.6.0

nvrtc​Get​Supported​Archs

11.2

nvrtc​Version

hiprtc​Version

2.6.0

*A - Added; D - Deprecated; C - Changed; R - Removed; E - Experimental