Skip to content

Commit

Permalink
disable pointf<4> simd_float32x4_t cast
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhimin Zhang committed Oct 10, 2017
1 parent f9f515c commit 046b905
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benchmark/heterogeneous/common_bm.cu
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ BM_HETE_TENSOR_RANK1234_CAST(point3b, point3f)
BM_HETE_TENSOR_RANK1234_CAST(point4b, point4f)
BM_HETE_TENSOR_RANK1234_CAST(point3f, point3b)
BM_HETE_TENSOR_RANK1234_CAST(point4f, point4b)
BM_HETE_TENSOR_RANK1234_CAST(hete_float32x4_t, point4f)
BM_HETE_TENSOR_RANK1234_CAST(point4f, hete_float32x4_t)
// BM_HETE_TENSOR_RANK1234_CAST(hete_float32x4_t, point4f)
// BM_HETE_TENSOR_RANK1234_CAST(point4f, hete_float32x4_t)

template <typename _Tensor>
void bm_hete_tensor_section(benchmark::State &state) {
Expand Down

0 comments on commit 046b905

Please sign in to comment.