Skip to content

Commit

Permalink
save log of CUDA failures in AllKTruss
Browse files Browse the repository at this point in the history
  • Loading branch information
DrTimothyAldenDavis committed Dec 7, 2024
1 parent 96407b1 commit 99dcf88
Show file tree
Hide file tree
Showing 6 changed files with 100,915 additions and 9 deletions.
21 changes: 12 additions & 9 deletions experimental/test/test_AllKtruss.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,22 +38,24 @@ matrix_info ;

const matrix_info files [ ] =
{
{ 11, "A.mtx" },
{ 2016, "jagmesh7.mtx" },
// FIXME
// { 11, "A.mtx" },
// { 2016, "jagmesh7.mtx" },
{ 342300, "bcsstk13.mtx" },
{ 45, "karate.mtx" },
{ 6, "ldbc-cdlp-undirected-example.mtx" },
{ 4, "ldbc-undirected-example-bool.mtx" },
{ 4, "ldbc-undirected-example-unweighted.mtx" },
{ 4, "ldbc-undirected-example.mtx" },
{ 5, "ldbc-wcc-example.mtx" },
// { 45, "karate.mtx" },
// { 6, "ldbc-cdlp-undirected-example.mtx" },
// { 4, "ldbc-undirected-example-bool.mtx" },
// { 4, "ldbc-undirected-example-unweighted.mtx" },
// { 4, "ldbc-undirected-example.mtx" },
// { 5, "ldbc-wcc-example.mtx" },
{ 0, "" },
} ;

//****************************************************************************
void test_AllKTruss (void)
{
LAGraph_Init (msg) ;
OK (GrB_Global_set_INT32 (GrB_GLOBAL, true, (GrB_Field) GxB_BURBLE)) ;

for (int id = 0 ; ; id++)
{
Expand Down Expand Up @@ -257,6 +259,7 @@ void test_allktruss_errors (void)

TEST_LIST = {
{"allktruss", test_AllKTruss},
{"allktruss_errors", test_allktruss_errors},
// FIXME
// {"allktruss_errors", test_allktruss_errors},
{NULL, NULL}
};
Loading

0 comments on commit 99dcf88

Please sign in to comment.