mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-19 04:19:36 +00:00
Use __builtin_memcpy to implement bit_cast and for accessing vector from pointer of scalars (#53)
* reworking vector_type
* use __builtin_memcpy for bit_cast and vector access of scalar pointer
* clean up
[ROCm/composable_kernel commit: 64350affc5]
This commit is contained in:
@@ -258,7 +258,7 @@ int main(int argc, char* argv[])
|
||||
using in_data_t = half_t;
|
||||
using acc_data_t = float;
|
||||
using out_data_t = half_t;
|
||||
#elif 1
|
||||
#elif 0
|
||||
using in_data_t = ushort;
|
||||
using acc_data_t = float;
|
||||
using out_data_t = ushort;
|
||||
|
||||
Reference in New Issue
Block a user