SWDEV-379789 - Correct virtual function support information (#3154)

Change-Id: Ife63b2f4bb3ecdb7fed3b796bc3cd582c1b5ad20


[ROCm/hip commit: f331637ff6]
이 커밋은 다음에 포함됨:
ROCm CI Service Account
2023-02-09 07:12:07 +05:30
커밋한 사람 GitHub
부모 fbd0d205c4
커밋 3946771a98
+2 -1
파일 보기
@@ -862,8 +862,9 @@ Output Constraints are specified by an `"="` prefix as shown above ("=v"). This
## C++ Support
The following C++ features are not supported:
- Run-time-type information (RTTI)
- Virtual functions
- Try/catch
- Virtual functions
Virtual functions are not supported if objects containing virtual function tables are passed between GPU's of different offload arch's, e.g. between gfx906 and gfx1030. Otherwise virtual functions are supported.
## Kernel Compilation
hipcc now supports compiling C++/HIP kernels to binary code objects.