EXSWHTEC-338 - Implement tests for half2 type casting intrinsics #422

Change-Id: I5492fa7d54573d45bfdb9320e74ccc6ca7640d2d
Bu işleme şunda yer alıyor:
Nives Vukovic
2024-02-01 17:33:39 +05:30
işlemeyi yapan: Rakesh Roy
ebeveyn 91cff794b8
işleme 50031b5c44
15 değiştirilmiş dosya ile 909 ekleme ve 39 silme
-4
Dosyayı Görüntüle
@@ -37,7 +37,3 @@ struct CmdOptions {
};
extern CmdOptions cmd_options;
<<<<<<< HEAD
=======
>>>>>>> c08a2a5d (Merge branch 'develop' into casting_int_tests)
+7
Dosyayı Görüntüle
@@ -311,6 +311,13 @@ TEST_CASE("Unit_atomicDec_Negative_Parameters") {}
* @}
*/
/**
* @defgroup MathTest Math Device Functions
* @{
* This section describes tests for device math functions of HIP runtime API.
* @}
*/
/**
* @defgroup PrintfTest Printf API Management
* @{
+3
Dosyayı Görüntüle
@@ -112,6 +112,9 @@ template <typename T> class LinearAllocGuard {
T* host_ptr_ = nullptr;
void dealloc() {
if (ptr_ == nullptr) {
return;
}
// No Catch macros, don't want to possibly throw in the destructor
if (ptr_ != nullptr) {
switch (allocation_type_) {