This is an archive of the discontinued LLVM Phabricator instance.

[HIP] Add test libstd_functional
Needs ReviewPublic

Authored by yaxunl on May 14 2021, 9:16 AM.

Details

Reviewers
tra
ashi1
Summary

This patch adds a test for using <functional> in HIP device code.

Diff Detail

Repository
rT test-suite

Event Timeline

yaxunl created this revision.May 14 2021, 9:16 AM
yaxunl requested review of this revision.May 14 2021, 9:16 AM
ashi1 added a comment.May 14 2021, 9:26 AM

Looks good, let me verify on HIP builder.

Looks good, let me verify on HIP builder.

It depends on https://reviews.llvm.org/D102507

ashi1 added a comment.May 14 2021, 9:30 AM

Looks good, let me verify on HIP builder.

It depends on https://reviews.llvm.org/D102507

Okay, let's wait for that to merge first. Thanks.