Skip to content

Commit 0249c6c

Browse files
[rocm-libraries] ROCm/rocm-libraries#1038 (commit d0b5f8e)
[rocRAND][Code Coverage][Cherry Pick] Increase Code Coverage for rocRAND (#409) (#1038) Re opening this cherry-pick PR from source to trigger CI. Original PR here (#759)
1 parent caffdd3 commit 0249c6c

27 files changed

+7435
-365
lines changed

.jenkins/common.groovy

Lines changed: 0 additions & 124 deletions
This file was deleted.

.jenkins/precheckin.groovy

Lines changed: 0 additions & 78 deletions
This file was deleted.

.jenkins/static.groovy

Lines changed: 0 additions & 77 deletions
This file was deleted.

.jenkins/staticanalysis.groovy

Lines changed: 0 additions & 55 deletions
This file was deleted.

test/internal/test_normal_distribution.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2017-2024 Advanced Micro Devices, Inc. All rights reserved.
1+
// Copyright (c) 2017-2025 Advanced Micro Devices, Inc. All rights reserved.
22
//
33
// Permission is hereby granted, free of charge, to any person obtaining a copy
44
// of this software and associated documentation files (the "Software"), to deal
@@ -24,7 +24,6 @@
2424
#include <random>
2525

2626
#include <rng/distribution/normal.hpp>
27-
2827
using namespace rocrand_impl::host;
2928

3029
TEST(normal_distribution_tests, float_test)

0 commit comments

Comments
 (0)