Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

move dot-based GEMM out of TPL CUBLAS.. #1050

Merged
merged 9 commits into from
Jul 26, 2021

Conversation

iyamazaki
Copy link
Contributor

@iyamazaki iyamazaki commented Jul 13, 2021

This PR likes to move the dot-based GEMM out of TPL CUBLAS so that it can be called on other architectures (like on an AMD GPU). At this point we like some inputs..


A quick performance result using Belos on Spock, using a momentum matrix from Nalu-Wind (ABL40M):

Original:
Belos: PseudoBlockGmresSolMgr total solve time 13.63 (1)
Belos: Operation Op*x 0.0001294 (11)
Belos: Operation Prec*x 0 (0)
Belos: ICGS[2]: Orthogonalization 13.58 (11)
Belos: ICGS[2]: Ortho (Inner Product) 13.47 (20)
Belos: ICGS[2]: Ortho (Norm) 0.001005 (11)
Belos: ICGS[2]: Ortho (Update) 0.1053 (20)

With dot-based gemm (this PR):
Belos: PseudoBlockGmresSolMgr total solve time 0.1698 (1)
Belos: Operation Op*x 0.0001215 (11)
Belos: Operation Prec*x 0 (0)
Belos: ICGS[2]: Orthogonalization 0.1192 (11)
Belos: ICGS[2]: Ortho (Inner Product) 0.01279 (20)
Belos: ICGS[2]: Ortho (Norm) 0.001221 (11)
Belos: ICGS[2]: Ortho (Update) 0.1051 (20)

With gemv-based gemm (PR 948)
Belos: PseudoBlockGmresSolMgr total solve time 0.06106 (1)
Belos: Operation Op*x 0.0001173 (11)
Belos: Operation Prec*x 0 (0)
Belos: ICGS[2]: Orthogonalization 0.01671 (11)
Belos: ICGS[2]: Ortho (Inner Product) 0.0128 (20)
Belos: ICGS[2]: Ortho (Norm) 0.001241 (11)
Belos: ICGS[2]: Ortho (Update) 0.002581 (20)

On Summit:
Belos: PseudoBlockGmresSolMgr total solve time 0.04137 (1)
Belos: Operation Op*x 0.0133 (11)
Belos: Operation Prec*x 0 (0)
Belos: ICGS[2]: Orthogonalization 0.009377 (11)
Belos: ICGS[2]: Ortho (Inner Product) 0.004267 (20)
Belos: ICGS[2]: Ortho (Norm) 0.0006617 (11)
Belos: ICGS[2]: Ortho (Update) 0.003849 (20)


@kokkos-devops-admin
Copy link

Status Flag 'Pre-Test Inspection' - Auto Inspected - Inspection Is Not Necessary for this Pull Request.

@kokkos-devops-admin
Copy link

Status Flag 'Pull Request AutoTester' - Testing Jenkins Projects:

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 325
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 40410ec
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 5462e73
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 317
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 40410ec
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 5462e73
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 303
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 40410ec
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 5462e73
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light

  • Build Num: 359
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 40410ec
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 5462e73
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_LayoutRight

  • Build Num: 136
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 40410ec
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 5462e73
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA10

  • Build Num: 324
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 40410ec
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 5462e73
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA10_LayoutRight

  • Build Num: 135
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 40410ec
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 5462e73
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA9

  • Build Num: 319
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 40410ec
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 5462e73
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720_GCC740

  • Build Num: 317
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 40410ec
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 5462e73
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (iyamazaki/kokkos-kernels)
  • Branch: dot-based-gemm
  • SHA: 40410ec
  • Mode: TEST_REPO

Pull Request Author: iyamazaki

@kokkos-devops-admin
Copy link

Status Flag 'Pull Request AutoTester' - Jenkins Testing: 1 or more Jobs FAILED

Note: Testing will normally be attempted again in approx. 2 Hrs 30 Mins. If a change to the PR source branch occurs, the testing will be attempted again on next available autotester run.

Pull Request Auto Testing has FAILED (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 325
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 40410ec
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 5462e73
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 317
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 40410ec
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 5462e73
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 303
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 40410ec
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 5462e73
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light

  • Build Num: 359
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 40410ec
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 5462e73
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_LayoutRight

  • Build Num: 136
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 40410ec
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 5462e73
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA10

  • Build Num: 324
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 40410ec
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 5462e73
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA10_LayoutRight

  • Build Num: 135
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 40410ec
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 5462e73
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA9

  • Build Num: 319
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 40410ec
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 5462e73
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720_GCC740

  • Build Num: 317
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 40410ec
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 5462e73
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS
Console Output (last 100 lines) : KokkosKernels_PullRequest_GCC720 # 325 (click to expand)

Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on blake (Testbed skylake) in workspace /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos-kernels/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/iyamazaki/kokkos-kernels # timeout=10
Fetching upstream changes from https://github.com/iyamazaki/kokkos-kernels
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/iyamazaki/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse refs/remotes/origin/dot-based-gemm^{commit} # timeout=10
Checking out Revision 40410ecb0df832e48e33b354d847515517cce93b (refs/remotes/origin/dot-based-gemm)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f 40410ecb0df832e48e33b354d847515517cce93b # timeout=10
Commit message: "move dot-based GEMM out of TPL CUBLAS"
First time build. Skipping changelog.
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/kokkos/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse origin/develop^{commit} # timeout=10
Checking out Revision 7c5ee6574f127d348fcfc61ce961c5c64ba7fd8e (origin/develop)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f 7c5ee6574f127d348fcfc61ce961c5c64ba7fd8e # timeout=10
Commit message: "Add math special functions: erf, erfcx, expint1, Bessel functions, Hankel functions (#3920)"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk 7c5ee6574f127d348fcfc61ce961c5c64ba7fd8e # timeout=10
[KokkosKernels_PullRequest_GCC720] $ /bin/bash -el /tmp/jenkins7325424632798153518.sh
salloc: Granted job allocation 1021999
salloc: Waiting for resource configuration
salloc: Nodes blake04 are ready for job
Running on machine: blake
KokkosKernels Repository Status:  40410ecb0df832e48e33b354d847515517cce93b move dot-based GEMM out of TPL CUBLAS

Kokkos Repository Status: 7c5ee6574f127d348fcfc61ce961c5c64ba7fd8e Add math special functions: erf, erfcx, expint1, Bessel functions, Hankel functions (#3920)

Going to test compilers: gcc/7.2.0
Testing compiler gcc/7.2.0
Starting job gcc-7.2.0-Pthread_Serial-release
kokkos devices: Pthread,Serial
kokkos arch: SKX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED gcc-7.2.0-Pthread_Serial-release
Starting job gcc-7.2.0-OpenMP-release
kokkos devices: OpenMP
kokkos arch: SKX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED gcc-7.2.0-OpenMP-release
#######################################################
PASSED TESTS
#######################################################
gcc-7.2.0-OpenMP-release build_time=200 run_time=55
gcc-7.2.0-Pthread_Serial-release build_time=322 run_time=159
salloc: Relinquishing job allocation 1021999
salloc: Job allocation 1021999 has been revoked.
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720
Finished: SUCCESS

Console Output (last 100 lines) : KokkosKernels_PullRequest_Tpls_GCC720 # 317 (click to expand)

Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on blake (Testbed skylake) in workspace /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/iyamazaki/kokkos-kernels # timeout=10
Fetching upstream changes from https://github.com/iyamazaki/kokkos-kernels
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/iyamazaki/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse refs/remotes/origin/dot-based-gemm^{commit} # timeout=10
Checking out Revision 40410ecb0df832e48e33b354d847515517cce93b (refs/remotes/origin/dot-based-gemm)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f 40410ecb0df832e48e33b354d847515517cce93b # timeout=10
Commit message: "move dot-based GEMM out of TPL CUBLAS"
First time build. Skipping changelog.
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse origin/develop^{commit} # timeout=10
Checking out Revision 7c5ee6574f127d348fcfc61ce961c5c64ba7fd8e (origin/develop)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f 7c5ee6574f127d348fcfc61ce961c5c64ba7fd8e # timeout=10
Commit message: "Add math special functions: erf, erfcx, expint1, Bessel functions, Hankel functions (#3920)"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk 7c5ee6574f127d348fcfc61ce961c5c64ba7fd8e # timeout=10
[KokkosKernels_PullRequest_Tpls_GCC720] $ /bin/bash -el /tmp/jenkins908529178266754649.sh
salloc: Granted job allocation 1022000
salloc: Waiting for resource configuration
salloc: Nodes blake05 are ready for job
Running on machine: blake
KokkosKernels Repository Status:  40410ecb0df832e48e33b354d847515517cce93b move dot-based GEMM out of TPL CUBLAS

Kokkos Repository Status: 7c5ee6574f127d348fcfc61ce961c5c64ba7fd8e Add math special functions: erf, erfcx, expint1, Bessel functions, Hankel functions (#3920)

Going to test compilers: gcc/7.2.0
Testing compiler gcc/7.2.0
Starting job gcc-7.2.0-OpenMP_Serial-release
kokkos devices: OpenMP,Serial
kokkos arch: SKX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED gcc-7.2.0-OpenMP_Serial-release
#######################################################
PASSED TESTS
#######################################################
gcc-7.2.0-OpenMP_Serial-release build_time=346 run_time=128
salloc: Relinquishing job allocation 1022000
salloc: Job allocation 1022000 has been revoked.
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720
Finished: SUCCESS

Console Output (last 100 lines) : KokkosKernels_PullRequest_Tpls_INTEL18 # 303 (click to expand)

Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on blake (Testbed skylake) in workspace /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/kokkos-kernels/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/iyamazaki/kokkos-kernels # timeout=10
Fetching upstream changes from https://github.com/iyamazaki/kokkos-kernels
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/iyamazaki/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse refs/remotes/origin/dot-based-gemm^{commit} # timeout=10
Checking out Revision 40410ecb0df832e48e33b354d847515517cce93b (refs/remotes/origin/dot-based-gemm)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f 40410ecb0df832e48e33b354d847515517cce93b # timeout=10
Commit message: "move dot-based GEMM out of TPL CUBLAS"
First time build. Skipping changelog.
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/kokkos/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse 84ff7f1^{commit} # timeout=10
Checking out Revision 84ff7f13ce93b2e5b65fb842beb5b6c33860502c (detached)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f 84ff7f13ce93b2e5b65fb842beb5b6c33860502c # timeout=10
Commit message: "Merge pull request #3926 from masterleinad/fix_undefined_reference_testteam_vector"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk 84ff7f13ce93b2e5b65fb842beb5b6c33860502c # timeout=10
[KokkosKernels_PullRequest_Tpls_INTEL18] $ /bin/bash -el /tmp/jenkins4484824809555457133.sh
salloc: Granted job allocation 1022001
salloc: Waiting for resource configuration
salloc: Nodes blake06 are ready for job
Running on machine: blake
KokkosKernels Repository Status:  40410ecb0df832e48e33b354d847515517cce93b move dot-based GEMM out of TPL CUBLAS

Kokkos Repository Status: 84ff7f13ce93b2e5b65fb842beb5b6c33860502c Merge pull request #3926 from masterleinad/fix_undefined_reference_testteam_vector

Going to test compilers: intel/18.1.163
Testing compiler intel/18.1.163
Unrecognized compiler intel/18.1.163 when looking for Spack variants
Unrecognized compiler intel/18.1.163 when looking for Spack variants
Unrecognized compiler intel/18.1.163 when looking for Spack variants
Starting job intel-18.1.163-OpenMP-release
kokkos devices: OpenMP
kokkos arch: SKX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED intel-18.1.163-OpenMP-release
Unrecognized compiler intel/18.1.163 when looking for Spack variants
Unrecognized compiler intel/18.1.163 when looking for Spack variants
Unrecognized compiler intel/18.1.163 when looking for Spack variants
Starting job intel-18.1.163-Pthread-release
kokkos devices: Pthread
kokkos arch: SKX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED intel-18.1.163-Pthread-release
#######################################################
PASSED TESTS
#######################################################
intel-18.1.163-OpenMP-release build_time=1078 run_time=45
intel-18.1.163-Pthread-release build_time=934 run_time=68
salloc: Relinquishing job allocation 1022001
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18
Finished: SUCCESS

Console Output (last 100 lines) : KokkosKernels_PullRequest_GCC720_Light # 359 (click to expand)

Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on White (Testbed Power8) in workspace /home/jenkins/white-new/workspace/KokkosKernels_PullRequest_GCC720_Light
The recommended git tool is: NONE
No credentials specified
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git rev-parse --resolve-git-dir /home/jenkins/white-new/workspace/KokkosKernels_PullRequest_GCC720_Light/kokkos-kernels/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git config remote.origin.url https://github.com/iyamazaki/kokkos-kernels # timeout=10
Fetching upstream changes from https://github.com/iyamazaki/kokkos-kernels
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git --version # timeout=10
 > git --version # 'git version 2.10.1'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git fetch --tags --progress -- https://github.com/iyamazaki/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git rev-parse refs/remotes/origin/dot-based-gemm^{commit} # timeout=10
Checking out Revision 40410ecb0df832e48e33b354d847515517cce93b (refs/remotes/origin/dot-based-gemm)
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git checkout -f 40410ecb0df832e48e33b354d847515517cce93b # timeout=10
Commit message: "move dot-based GEMM out of TPL CUBLAS"
First time build. Skipping changelog.
The recommended git tool is: NONE
No credentials specified
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git rev-parse --resolve-git-dir /home/jenkins/white-new/workspace/KokkosKernels_PullRequest_GCC720_Light/kokkos/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git --version # timeout=10
 > git --version # 'git version 2.10.1'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git fetch --tags --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git rev-parse origin/develop^{commit} # timeout=10
Checking out Revision 7c5ee6574f127d348fcfc61ce961c5c64ba7fd8e (origin/develop)
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git checkout -f 7c5ee6574f127d348fcfc61ce961c5c64ba7fd8e # timeout=10
Commit message: "Add math special functions: erf, erfcx, expint1, Bessel functions, Hankel functions (#3920)"
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git rev-list --no-walk 7c5ee6574f127d348fcfc61ce961c5c64ba7fd8e # timeout=10
[KokkosKernels_PullRequest_GCC720_Light] $ /bin/bash -el /tmp/jenkins8733752008464236217.sh
***Forced exclusive execution
Job <78288> is submitted to queue .
<>
<>
Running on machine: white
KokkosKernels Repository Status:  40410ecb0df832e48e33b354d847515517cce93b move dot-based GEMM out of TPL CUBLAS

Kokkos Repository Status: 7c5ee6574f127d348fcfc61ce961c5c64ba7fd8e Add math special functions: erf, erfcx, expint1, Bessel functions, Hankel functions (#3920)

Going to test compilers: gcc/7.2.0
Testing compiler gcc/7.2.0
Starting job gcc-7.2.0-OpenMP-release
kokkos devices: OpenMP
kokkos arch: Power8,Pascal60
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED gcc-7.2.0-OpenMP-release
Starting job gcc-7.2.0-Serial-release
kokkos devices: Serial
kokkos arch: Power8,Pascal60
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED gcc-7.2.0-Serial-release
Starting job gcc-7.2.0-OpenMP_Serial-release
kokkos devices: OpenMP,Serial
kokkos arch: Power8,Pascal60
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED gcc-7.2.0-OpenMP_Serial-release
#######################################################
PASSED TESTS
#######################################################
gcc-7.2.0-OpenMP-release build_time=228 run_time=62
gcc-7.2.0-OpenMP_Serial-release build_time=277 run_time=180
gcc-7.2.0-Serial-release build_time=221 run_time=113
/home/jenkins/white-new/workspace/KokkosKernels_PullRequest_GCC720_Light
Finished: SUCCESS

Console Output (last 100 lines) : KokkosKernels_PullRequest_GCC720_Light_LayoutRight # 136 (click to expand)

19:             ***     * * *  **       
19:              ***     * *   ***      
19:               **      *     **      
19:                 *** **   * *  *     
19:                  ***    * **  **    
19:                   **     *    **    
19:                     *** **  * * *   
19:                      ***   * ** **  
19:                       **    *   **  
19:                         *****  ** * 
19:                          **   * * * 
19:                            ***** ***
19:                             **  * **
19:                               **** *
19:                                 *** 
19: 
19/19 Test #19: wiki_rcm .........................   Passed    0.01 sec

89% tests passed, 2 tests failed out of 19

Total Test time (real) = 170.34 sec

The following tests FAILED:
1 - blas_openmp (Failed)
6 - blas_serial (Failed)
Errors while running CTest
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
gcc-7.2.0-OpenMP-release (test failed)
#######################################################

Reproducer instructions:

Load modules:

    source /etc/profile.d/modules.sh
    module purge
    module load cmake/3.19.3 gcc/7.2.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP --arch=Power8,Pascal60 --compiler=/home/projects/ppc64le/gcc/7.2.0/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="14" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutRight --with-tpls= --with-options= --with-cuda-options= --with-spaces=hostspace --no-examples --no-default-eti

To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:

  # Move to the build directory
    cd /home/jenkins/white-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/KokkosKernels_PullRequest_GCC720_Light_LayoutRight.136/TestAll_2021-07-13_17.38.29/gcc/7.2.0/OpenMP-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

#######################################################
gcc-7.2.0-OpenMP_Serial-release (test failed)
#######################################################

Reproducer instructions:

Load modules:

    source /etc/profile.d/modules.sh
    module purge
    module load cmake/3.19.3 gcc/7.2.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP,Serial --arch=Power8,Pascal60 --compiler=/home/projects/ppc64le/gcc/7.2.0/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="14" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutRight --with-tpls= --with-options= --with-cuda-options= --with-spaces=hostspace --no-examples --no-default-eti

To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:

  # Move to the build directory
    cd /home/jenkins/white-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/KokkosKernels_PullRequest_GCC720_Light_LayoutRight.136/TestAll_2021-07-13_17.38.29/gcc/7.2.0/OpenMP_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

#######################################################
gcc-7.2.0-Serial-release (test failed)
#######################################################

Reproducer instructions:

Load modules:

    source /etc/profile.d/modules.sh
    module purge
    module load cmake/3.19.3 gcc/7.2.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Serial --arch=Power8,Pascal60 --compiler=/home/projects/ppc64le/gcc/7.2.0/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="14" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutRight --with-tpls= --with-options= --with-cuda-options= --with-spaces=hostspace --no-examples --no-default-eti

To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:

  # Move to the build directory
    cd /home/jenkins/white-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/KokkosKernels_PullRequest_GCC720_Light_LayoutRight.136/TestAll_2021-07-13_17.38.29/gcc/7.2.0/Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

#######################################################
Build step 'Execute shell' marked build as failure
Finished: FAILURE

Console Output (last 100 lines) : KokkosKernels_PullRequest_Tpls_CUDA10 # 324 (click to expand)

Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on White (Testbed Power8) in workspace /home/jenkins/white-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10
The recommended git tool is: NONE
No credentials specified
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git rev-parse --resolve-git-dir /home/jenkins/white-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10/kokkos-kernels/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git config remote.origin.url https://github.com/iyamazaki/kokkos-kernels # timeout=10
Fetching upstream changes from https://github.com/iyamazaki/kokkos-kernels
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git --version # timeout=10
 > git --version # 'git version 2.10.1'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git fetch --tags --progress -- https://github.com/iyamazaki/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git rev-parse refs/remotes/origin/dot-based-gemm^{commit} # timeout=10
Checking out Revision 40410ecb0df832e48e33b354d847515517cce93b (refs/remotes/origin/dot-based-gemm)
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git checkout -f 40410ecb0df832e48e33b354d847515517cce93b # timeout=10
Commit message: "move dot-based GEMM out of TPL CUBLAS"
First time build. Skipping changelog.
The recommended git tool is: NONE
No credentials specified
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git rev-parse --resolve-git-dir /home/jenkins/white-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10/kokkos/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git --version # timeout=10
 > git --version # 'git version 2.10.1'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git fetch --tags --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git rev-parse origin/develop^{commit} # timeout=10
Checking out Revision 7c5ee6574f127d348fcfc61ce961c5c64ba7fd8e (origin/develop)
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git checkout -f 7c5ee6574f127d348fcfc61ce961c5c64ba7fd8e # timeout=10
Commit message: "Add math special functions: erf, erfcx, expint1, Bessel functions, Hankel functions (#3920)"
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git rev-list --no-walk 7c5ee6574f127d348fcfc61ce961c5c64ba7fd8e # timeout=10
[KokkosKernels_PullRequest_Tpls_CUDA10] $ /bin/bash -el /tmp/jenkins4658959273499481367.sh
***Forced exclusive execution
Job <78290> is submitted to queue .
<>
<>
Running on machine: white
KokkosKernels Repository Status:  40410ecb0df832e48e33b354d847515517cce93b move dot-based GEMM out of TPL CUBLAS

Kokkos Repository Status: 7c5ee6574f127d348fcfc61ce961c5c64ba7fd8e Add math special functions: erf, erfcx, expint1, Bessel functions, Hankel functions (#3920)

Going to test compilers: cuda/10.1.105
Testing compiler cuda/10.1.105
Unrecognized compiler cuda/10.1.105 when looking for Spack variants
Unrecognized compiler cuda/10.1.105 when looking for Spack variants
Unrecognized compiler cuda/10.1.105 when looking for Spack variants
Starting job cuda-10.1.105-Cuda_Serial-release
kokkos devices: Cuda,Serial
kokkos arch: Power8,Pascal60
kokkos options:
kokkos cuda options: ,enable_lambda
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED cuda-10.1.105-Cuda_Serial-release
#######################################################
PASSED TESTS
#######################################################
cuda-10.1.105-Cuda_Serial-release build_time=777 run_time=291
/home/jenkins/white-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10
Finished: SUCCESS

Console Output (last 100 lines) : KokkosKernels_PullRequest_Tpls_CUDA10_LayoutRight # 135 (click to expand)

Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on White (Testbed Power8) in workspace /home/jenkins/white-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10_LayoutRight
The recommended git tool is: NONE
No credentials specified
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git rev-parse --resolve-git-dir /home/jenkins/white-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10_LayoutRight/kokkos-kernels/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git config remote.origin.url https://github.com/iyamazaki/kokkos-kernels # timeout=10
Fetching upstream changes from https://github.com/iyamazaki/kokkos-kernels
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git --version # timeout=10
 > git --version # 'git version 2.10.1'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git fetch --tags --progress -- https://github.com/iyamazaki/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git rev-parse refs/remotes/origin/dot-based-gemm^{commit} # timeout=10
Checking out Revision 40410ecb0df832e48e33b354d847515517cce93b (refs/remotes/origin/dot-based-gemm)
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git checkout -f 40410ecb0df832e48e33b354d847515517cce93b # timeout=10
Commit message: "move dot-based GEMM out of TPL CUBLAS"
First time build. Skipping changelog.
The recommended git tool is: NONE
No credentials specified
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git rev-parse --resolve-git-dir /home/jenkins/white-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10_LayoutRight/kokkos/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git --version # timeout=10
 > git --version # 'git version 2.10.1'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git fetch --tags --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git rev-parse origin/develop^{commit} # timeout=10
Checking out Revision 7c5ee6574f127d348fcfc61ce961c5c64ba7fd8e (origin/develop)
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git checkout -f 7c5ee6574f127d348fcfc61ce961c5c64ba7fd8e # timeout=10
Commit message: "Add math special functions: erf, erfcx, expint1, Bessel functions, Hankel functions (#3920)"
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git rev-list --no-walk 7c5ee6574f127d348fcfc61ce961c5c64ba7fd8e # timeout=10
[KokkosKernels_PullRequest_Tpls_CUDA10_LayoutRight] $ /bin/bash -el /tmp/jenkins1240962004142184836.sh
***Forced exclusive execution
Job <78291> is submitted to queue .
<>
<>
Running on machine: white
KokkosKernels Repository Status:  40410ecb0df832e48e33b354d847515517cce93b move dot-based GEMM out of TPL CUBLAS

Kokkos Repository Status: 7c5ee6574f127d348fcfc61ce961c5c64ba7fd8e Add math special functions: erf, erfcx, expint1, Bessel functions, Hankel functions (#3920)

Going to test compilers: cuda/10.1.105
Testing compiler cuda/10.1.105
Unrecognized compiler cuda/10.1.105 when looking for Spack variants
Unrecognized compiler cuda/10.1.105 when looking for Spack variants
Unrecognized compiler cuda/10.1.105 when looking for Spack variants
Starting job cuda-10.1.105-Cuda_Serial-release
kokkos devices: Cuda,Serial
kokkos arch: Power8,Pascal60
kokkos options:
kokkos cuda options: ,enable_lambda
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized
extra_args: --no-default-eti
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutRight
PASSED cuda-10.1.105-Cuda_Serial-release
#######################################################
PASSED TESTS
#######################################################
cuda-10.1.105-Cuda_Serial-release build_time=781 run_time=286
/home/jenkins/white-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10_LayoutRight
Finished: SUCCESS

Console Output (last 100 lines) : KokkosKernels_PullRequest_Tpls_CUDA9 # 319 (click to expand)

Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on White (Testbed Power8) in workspace /home/jenkins/white-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9
The recommended git tool is: NONE
No credentials specified
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git rev-parse --resolve-git-dir /home/jenkins/white-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9/kokkos-kernels/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git config remote.origin.url https://github.com/iyamazaki/kokkos-kernels # timeout=10
Fetching upstream changes from https://github.com/iyamazaki/kokkos-kernels
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git --version # timeout=10
 > git --version # 'git version 2.10.1'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git fetch --tags --progress -- https://github.com/iyamazaki/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git rev-parse refs/remotes/origin/dot-based-gemm^{commit} # timeout=10
Checking out Revision 40410ecb0df832e48e33b354d847515517cce93b (refs/remotes/origin/dot-based-gemm)
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git checkout -f 40410ecb0df832e48e33b354d847515517cce93b # timeout=10
Commit message: "move dot-based GEMM out of TPL CUBLAS"
First time build. Skipping changelog.
The recommended git tool is: NONE
No credentials specified
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git rev-parse --resolve-git-dir /home/jenkins/white-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9/kokkos/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git --version # timeout=10
 > git --version # 'git version 2.10.1'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git fetch --tags --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git rev-parse origin/develop^{commit} # timeout=10
Checking out Revision 7c5ee6574f127d348fcfc61ce961c5c64ba7fd8e (origin/develop)
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git checkout -f 7c5ee6574f127d348fcfc61ce961c5c64ba7fd8e # timeout=10
Commit message: "Add math special functions: erf, erfcx, expint1, Bessel functions, Hankel functions (#3920)"
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git rev-list --no-walk 7c5ee6574f127d348fcfc61ce961c5c64ba7fd8e # timeout=10
[KokkosKernels_PullRequest_Tpls_CUDA9] $ /bin/bash -el /tmp/jenkins7491805596186030634.sh
***Forced exclusive execution
Job <78292> is submitted to queue .
<>
<>
Running on machine: white
KokkosKernels Repository Status:  40410ecb0df832e48e33b354d847515517cce93b move dot-based GEMM out of TPL CUBLAS

Kokkos Repository Status: 7c5ee6574f127d348fcfc61ce961c5c64ba7fd8e Add math special functions: erf, erfcx, expint1, Bessel functions, Hankel functions (#3920)

Going to test compilers: cuda/9.2.88
Testing compiler cuda/9.2.88
Unrecognized compiler cuda/9.2.88 when looking for Spack variants
Unrecognized compiler cuda/9.2.88 when looking for Spack variants
Unrecognized compiler cuda/9.2.88 when looking for Spack variants
Starting job cuda-9.2.88-Cuda_OpenMP-release
kokkos devices: Cuda,OpenMP
kokkos arch: Power8,Pascal60
kokkos options:
kokkos cuda options: force_uvm,enable_lambda
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED cuda-9.2.88-Cuda_OpenMP-release
#######################################################
PASSED TESTS
#######################################################
cuda-9.2.88-Cuda_OpenMP-release build_time=794 run_time=391
/home/jenkins/white-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9
Finished: SUCCESS

Console Output (last 100 lines) : KokkosKernels_PullRequest_Tpls_GCC720_GCC740 # 317 (click to expand)

Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on White (Testbed Power8) in workspace /home/jenkins/white-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720_GCC740
The recommended git tool is: NONE
No credentials specified
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git rev-parse --resolve-git-dir /home/jenkins/white-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720_GCC740/kokkos-kernels/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git config remote.origin.url https://github.com/iyamazaki/kokkos-kernels # timeout=10
Fetching upstream changes from https://github.com/iyamazaki/kokkos-kernels
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git --version # timeout=10
 > git --version # 'git version 2.10.1'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git fetch --tags --progress -- https://github.com/iyamazaki/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git rev-parse refs/remotes/origin/dot-based-gemm^{commit} # timeout=10
Checking out Revision 40410ecb0df832e48e33b354d847515517cce93b (refs/remotes/origin/dot-based-gemm)
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git checkout -f 40410ecb0df832e48e33b354d847515517cce93b # timeout=10
Commit message: "move dot-based GEMM out of TPL CUBLAS"
First time build. Skipping changelog.
The recommended git tool is: NONE
No credentials specified
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git rev-parse --resolve-git-dir /home/jenkins/white-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720_GCC740/kokkos/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git --version # timeout=10
 > git --version # 'git version 2.10.1'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git fetch --tags --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git rev-parse origin/develop^{commit} # timeout=10
Checking out Revision 7c5ee6574f127d348fcfc61ce961c5c64ba7fd8e (origin/develop)
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git checkout -f 7c5ee6574f127d348fcfc61ce961c5c64ba7fd8e # timeout=10
Commit message: "Add math special functions: erf, erfcx, expint1, Bessel functions, Hankel functions (#3920)"
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git rev-list --no-walk 7c5ee6574f127d348fcfc61ce961c5c64ba7fd8e # timeout=10
[KokkosKernels_PullRequest_Tpls_GCC720_GCC740] $ /bin/bash -el /tmp/jenkins7129120389386724675.sh
***Forced exclusive execution
Job <78293> is submitted to queue .
<>
<>
Running on machine: white
KokkosKernels Repository Status:  40410ecb0df832e48e33b354d847515517cce93b move dot-based GEMM out of TPL CUBLAS

Kokkos Repository Status: 7c5ee6574f127d348fcfc61ce961c5c64ba7fd8e Add math special functions: erf, erfcx, expint1, Bessel functions, Hankel functions (#3920)

Going to test compilers: gcc/7.2.0 gcc/7.4.0
Testing compiler gcc/7.2.0
Starting job gcc-7.2.0-Serial-release
kokkos devices: Serial
kokkos arch: Power8,Pascal60
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED gcc-7.2.0-Serial-release
Testing compiler gcc/7.4.0
Starting job gcc-7.2.0-OpenMP-release
kokkos devices: OpenMP
kokkos arch: Power8,Pascal60
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED gcc-7.2.0-OpenMP-release
Unrecognized compiler gcc/7.4.0 when looking for Spack variants
Unrecognized compiler gcc/7.4.0 when looking for Spack variants
Unrecognized compiler gcc/7.4.0 when looking for Spack variants
Starting job gcc-7.4.0-OpenMP-release
kokkos devices: OpenMP
kokkos arch: Power8,Pascal60
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED gcc-7.4.0-OpenMP-release
#######################################################
PASSED TESTS
#######################################################
gcc-7.2.0-OpenMP-release build_time=234 run_time=65
gcc-7.2.0-Serial-release build_time=219 run_time=110
gcc-7.4.0-OpenMP-release build_time=235 run_time=57
/home/jenkins/white-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720_GCC740
Finished: SUCCESS

@iyamazaki iyamazaki removed the AT: WIP label Jul 14, 2021
@kokkos-devops-admin
Copy link

Status Flag 'Pre-Test Inspection' - Auto Inspected - Inspection Is Not Necessary for this Pull Request.

@kokkos-devops-admin
Copy link

Status Flag 'Pull Request AutoTester' - Testing Jenkins Projects:

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 326
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4be3c65
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 5462e73
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 318
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4be3c65
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 5462e73
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 304
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4be3c65
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 5462e73
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light

  • Build Num: 360
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4be3c65
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 5462e73
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_LayoutRight

  • Build Num: 137
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4be3c65
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 5462e73
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA10

  • Build Num: 325
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4be3c65
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 5462e73
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA10_LayoutRight

  • Build Num: 136
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4be3c65
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 5462e73
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA9

  • Build Num: 320
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4be3c65
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 5462e73
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720_GCC740

  • Build Num: 318
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4be3c65
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 5462e73
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (iyamazaki/kokkos-kernels)
  • Branch: dot-based-gemm
  • SHA: 4be3c65
  • Mode: TEST_REPO

Pull Request Author: iyamazaki

@kokkos-devops-admin
Copy link

Status Flag 'Pull Request AutoTester' - Jenkins Testing: all Jobs PASSED

Pull Request Auto Testing has PASSED (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 326
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4be3c65
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 5462e73
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 318
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4be3c65
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 5462e73
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 304
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4be3c65
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 5462e73
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light

  • Build Num: 360
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4be3c65
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 5462e73
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_LayoutRight

  • Build Num: 137
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4be3c65
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 5462e73
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA10

  • Build Num: 325
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4be3c65
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 5462e73
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA10_LayoutRight

  • Build Num: 136
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4be3c65
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 5462e73
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA9

  • Build Num: 320
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4be3c65
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 5462e73
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720_GCC740

  • Build Num: 318
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 4be3c65
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 5462e73
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

@kokkos-devops-admin
Copy link

Status Flag 'Pre-Merge Inspection' - - This Pull Request Requires Inspection... The code must be inspected by a member of the Team before Testing/Merging
NO REVIEWS HAVE BEEN PERFORMED ON THIS PULL REQUEST!

@kokkos-devops-admin
Copy link

All Jobs Finished; status = PASSED, However Inspection must be performed before merge can occur...

Copy link
Contributor

@e10harvey e10harvey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, @iyamazaki ! In general, everything looks great. Please remove the redundant !defined(KOKKOSKERNELS_ETI_ONLY) || KOKKOSKERNELS_IMPL_COMPILE_LIBRARY ifdefs as suggested below.

const scalar_A alpha;
const scalar_C beta;

// The following types (especially dotSize) could have simply been int,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

consider removing the comment and changing the variable types to int


void run(bool conjugateTranspose) {

constexpr size_C workPerTeam = 4096; // Amount of work per team
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is there a reason why 4096 is used? if so, please add a comment

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe this is tuned for one of the NVIDIA GPUs, and may need to be tuned for other architectures. @srajama1 and @lucbv may know better?


constexpr size_C workPerTeam = 4096; // Amount of work per team
const size_C ndots = numCrows * numCcols; // Number of dot products
size_C appxNumTeams = (dotSize * ndots) / workPerTeam; // Estimation for appxNumTeams
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what is appxNumTeams? consider renaming the variable or adding a comment

// potentially be performed by multiple teams. First, compute
// numDivPerDot as an integer (take the floor, not ceiling), then,
// compute actual number of teams by using this factor.
else{
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: else {

if(appxNumTeams < 1)
appxNumTeams = 1;
if(appxNumTeams > 1024)
appxNumTeams = 1024;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same as above for 4096

@@ -544,20 +391,11 @@ struct GEMM< \
else \
transb = CUBLAS_OP_C; \
\
constexpr int numDotsLayoutLeftThreshold = 1600; \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@iyamazaki: this looks good to me. just to confirm: you DO NOT want to call DotBasedGEMM when CUBLAS is enabled, correct?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe we DO want to call dotBasedGemm even when CUBLAS is enable (this was inside TPL CUBLLAS), though I heard the latest version of CUBLAS may have improved the performance. Again, @srajama1 and @lucbv may know more..

|| ( A_is_lr && A_is_tr && !B_is_tr && M*N < numDotsLayoutRightThreshold)) {
// call dot-based GEMM, only for C := beta * C + alpha * A^T * B
bool A_is_conj = ((transA[0]=='C') || (transA[0]=='c'));
DotBasedGEMM<ExecSpace, AViewType, BViewType, CViewType> dotBasedGemm(alpha, A, B, beta, C);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: dotBasedGemm -> dotBasedGEMM

DotBasedGEMM<ExecSpace, AViewType, BViewType, CViewType> dotBasedGemm(alpha, A, B, beta, C);
dotBasedGemm.run(A_is_conj ? true : false);
} else
#endif
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
#endif

KokkosBlas::Impl::GEMMImpl<typename CViewType::execution_space,AViewType,BViewType,CViewType,blockA0,blockA1,blockB1,2,2> gemm(alpha,A,B,beta,C);
gemm.run(team_size,vector_length,scratch_level);

#if !defined(KOKKOSKERNELS_ETI_ONLY) || KOKKOSKERNELS_IMPL_COMPILE_LIBRARY
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
#if !defined(KOKKOSKERNELS_ETI_ONLY) || KOKKOSKERNELS_IMPL_COMPILE_LIBRARY


constexpr int numDotsLayoutLeftThreshold = 1600;
constexpr int numDotsLayoutRightThreshold = 100;
if( (!A_is_lr && A_is_tr && !B_is_tr && M*N < numDotsLayoutLeftThreshold)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK. As long as the performance of DotBasedGEMM is better than GEMMImpl for these cases.

@kokkos-devops-admin
Copy link

Status Flag 'Pre-Merge Inspection' - - This Pull Request Requires Inspection... The code must be inspected by a member of the Team before Testing/Merging
THE LAST COMMIT TO THIS PULL REQUEST HAS BEEN REVIEWED, BUT NOT ACCEPTED OR REQUIRES CHANGES

@kokkos-devops-admin
Copy link

All Jobs Finished; status = PASSED, However Inspection must be performed before merge can occur...

@kokkos-devops-admin
Copy link

Status Flag 'Pre-Test Inspection' - Auto Inspected - Inspection Is Not Necessary for this Pull Request.

@kokkos-devops-admin
Copy link

Status Flag 'Pull Request AutoTester' - Testing Jenkins Projects:

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 327
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 639d483
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 5462e73
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 319
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 639d483
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 5462e73
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 305
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 639d483
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 5462e73
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light

  • Build Num: 361
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 639d483
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 5462e73
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_LayoutRight

  • Build Num: 138
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 639d483
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 5462e73
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA10

  • Build Num: 326
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 639d483
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 5462e73
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA10_LayoutRight

  • Build Num: 137
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 639d483
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 5462e73
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA9

  • Build Num: 321
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 639d483
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 5462e73
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720_GCC740

  • Build Num: 319
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 639d483
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 5462e73
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (iyamazaki/kokkos-kernels)
  • Branch: dot-based-gemm
  • SHA: 639d483
  • Mode: TEST_REPO

Pull Request Author: iyamazaki

@kokkos-devops-admin
Copy link

Status Flag 'Pull Request AutoTester' - Jenkins Testing: all Jobs PASSED

Pull Request Auto Testing has PASSED (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 327
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 639d483
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 5462e73
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 319
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 639d483
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 5462e73
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 305
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 639d483
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 5462e73
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light

  • Build Num: 361
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 639d483
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 5462e73
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_LayoutRight

  • Build Num: 138
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 639d483
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 5462e73
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA10

  • Build Num: 326
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 639d483
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 5462e73
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA10_LayoutRight

  • Build Num: 137
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 639d483
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 5462e73
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA9

  • Build Num: 321
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 639d483
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 5462e73
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720_GCC740

  • Build Num: 319
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 639d483
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 5462e73
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

@kokkos-devops-admin
Copy link

Status Flag 'Pre-Merge Inspection' - - This Pull Request Requires Inspection... The code must be inspected by a member of the Team before Testing/Merging
THE LAST COMMIT TO THIS PULL REQUEST HAS BEEN REVIEWED, BUT NOT ACCEPTED OR REQUIRES CHANGES

@kokkos-devops-admin
Copy link

All Jobs Finished; status = PASSED, However Inspection must be performed before merge can occur...

@kokkos-devops-admin
Copy link

Status Flag 'Pre-Test Inspection' - Auto Inspected - Inspection Is Not Necessary for this Pull Request.

@kokkos-devops-admin
Copy link

Status Flag 'Pull Request AutoTester' - Testing Jenkins Projects:

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 328
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 81b359d
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 5462e73
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 320
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 81b359d
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 5462e73
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 306
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 81b359d
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 5462e73
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light

  • Build Num: 362
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 81b359d
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 5462e73
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_LayoutRight

  • Build Num: 139
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 81b359d
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 5462e73
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA10

  • Build Num: 327
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 81b359d
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 5462e73
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA10_LayoutRight

  • Build Num: 138
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 81b359d
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 5462e73
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA9

  • Build Num: 322
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 81b359d
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 5462e73
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720_GCC740

  • Build Num: 320
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 81b359d
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 5462e73
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (iyamazaki/kokkos-kernels)
  • Branch: dot-based-gemm
  • SHA: 81b359d
  • Mode: TEST_REPO

Pull Request Author: iyamazaki

@kokkos-devops-admin
Copy link

Status Flag 'Pull Request AutoTester' - Jenkins Testing: 1 or more Jobs FAILED

Note: Testing will normally be attempted again in approx. 2 Hrs 30 Mins. If a change to the PR source branch occurs, the testing will be attempted again on next available autotester run.

Pull Request Auto Testing has FAILED (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 328
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 81b359d
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 5462e73
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 320
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 81b359d
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 5462e73
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 306
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 81b359d
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 5462e73
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light

  • Build Num: 362
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 81b359d
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 5462e73
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_LayoutRight

  • Build Num: 139
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 81b359d
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 5462e73
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA10

  • Build Num: 327
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 81b359d
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 5462e73
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA10_LayoutRight

  • Build Num: 138
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 81b359d
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 5462e73
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA9

  • Build Num: 322
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 81b359d
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 5462e73
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720_GCC740

  • Build Num: 320
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 81b359d
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 5462e73
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS
Console Output (last 100 lines) : KokkosKernels_PullRequest_GCC720 # 328 (click to expand)

Scanning dependencies of target sparse_sptrsv_supernode
[ 78%] Building CXX object perf_test/sparse/CMakeFiles/sparse_sptrsv_supernode.dir/KokkosSparse_sptrsv_supernode.cpp.o
Scanning dependencies of target sparse_block_pcg
[ 78%] Building CXX object perf_test/sparse/CMakeFiles/sparse_block_pcg.dir/KokkosSparse_block_pcg.cpp.o
[ 78%] Linking CXX executable sparse_sptrsv
cc1plus: all warnings being treated as errors
[ 78%] Linking CXX executable sparse_pcg
make[2]: *** [perf_test/sparse/CMakeFiles/sparse_spadd.dir/KokkosSparse_spadd.cpp.o] Error 1
make[1]: *** [perf_test/sparse/CMakeFiles/sparse_spadd.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 78%] Built target sparse_sptrsv
[ 78%] Built target sparse_pcg
[ 78%] Linking CXX executable sparse_spgemm
[ 78%] Built target sparse_spgemm
[ 79%] Linking CXX executable sparse_spmv_struct
[ 79%] Linking CXX executable sparse_spgemm_jacobi
[ 79%] Linking CXX executable graph_color
[ 79%] Built target sparse_spmv_struct
[ 79%] Built target sparse_spgemm_jacobi
[ 79%] Built target graph_color
cc1plus: all warnings being treated as errors
make[2]: *** [perf_test/graph/CMakeFiles/graph_mis_d2.dir/KokkosGraph_mis_d2.cpp.o] Error 1
make[1]: *** [perf_test/graph/CMakeFiles/graph_mis_d2.dir/all] Error 2
[ 80%] Linking CXX executable sparse_block_pcg
[ 80%] Linking CXX executable sparse_gs
[ 81%] Linking CXX executable sparse_sptrsv_supernode
[ 81%] Built target sparse_block_pcg
[ 81%] Built target sparse_gs
[ 81%] Built target sparse_sptrsv_supernode
[ 82%] Linking CXX executable graph_color_d2
[ 82%] Built target graph_color_d2
make: *** [all] Error 2
  Starting job gcc-7.2.0-OpenMP-release
kokkos devices: OpenMP
kokkos arch: SKX
kokkos options: 
kokkos cuda options: 
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized 
extra_args: 
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
  FAILED gcc-7.2.0-OpenMP-release
RUNNING: make -j 12 all
make: *** No rule to make target `all'.  Stop.
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
gcc-7.2.0-OpenMP-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.19.3 gcc/7.2.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP --arch=SKX --compiler=/home/projects/x86-64/gcc/7.2.0/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="14" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls= --with-options= --with-cuda-options= --no-examples

To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/KokkosKernels_PullRequest_GCC720.328/TestAll_2021-07-14_16.39.04/gcc/7.2.0/OpenMP-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

#######################################################
gcc-7.2.0-Pthread_Serial-release (build failed)
#######################################################

Reproducer instructions:

Load modules:

    source /etc/profile.d/modules.sh
    module purge
    module load cmake/3.19.3 gcc/7.2.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Pthread,Serial --arch=SKX --compiler=/home/projects/x86-64/gcc/7.2.0/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="14" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls= --with-options= --with-cuda-options= --no-examples

To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_GCC720/KokkosKernels_PullRequest_GCC720.328/TestAll_2021-07-14_16.39.04/gcc/7.2.0/Pthread_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

#######################################################
salloc: Relinquishing job allocation 1022088
salloc: Job allocation 1022088 has been revoked.
Build step 'Execute shell' marked build as failure
Finished: FAILURE

Console Output (last 100 lines) : KokkosKernels_PullRequest_Tpls_GCC720 # 320 (click to expand)

Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on blake (Testbed skylake) in workspace /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos-kernels/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/iyamazaki/kokkos-kernels # timeout=10
Fetching upstream changes from https://github.com/iyamazaki/kokkos-kernels
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/iyamazaki/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse refs/remotes/origin/dot-based-gemm^{commit} # timeout=10
Checking out Revision 81b359da92e82ab56dbe8f5c241da948d6f73177 (refs/remotes/origin/dot-based-gemm)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f 81b359da92e82ab56dbe8f5c241da948d6f73177 # timeout=10
Commit message: "bring back calls to dot-based GEMM in the GEMMs in TPL CUBLAS"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk 639d483d84f57c94c5cfaf4766417c60489c3fb7 # timeout=10
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/kokkos/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse origin/develop^{commit} # timeout=10
Checking out Revision bafe1e52a060bf5e6895e0f13b82926a86d67638 (origin/develop)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f bafe1e52a060bf5e6895e0f13b82926a86d67638 # timeout=10
Commit message: "Merge pull request #4155 from masterleinad/deprecate_ViewAllocateWithoutInitializing"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk 7c5ee6574f127d348fcfc61ce961c5c64ba7fd8e # timeout=10
[KokkosKernels_PullRequest_Tpls_GCC720] $ /bin/bash -el /tmp/jenkins8546326343207064459.sh
salloc: Granted job allocation 1022089
salloc: Waiting for resource configuration
salloc: Nodes blake21 are ready for job
Running on machine: blake
KokkosKernels Repository Status:  81b359da92e82ab56dbe8f5c241da948d6f73177 bring back calls to dot-based GEMM in the GEMMs in TPL CUBLAS

Kokkos Repository Status: bafe1e52a060bf5e6895e0f13b82926a86d67638 Merge pull request #4155 from masterleinad/deprecate_ViewAllocateWithoutInitializing

Going to test compilers: gcc/7.2.0
Testing compiler gcc/7.2.0
Starting job gcc-7.2.0-OpenMP_Serial-release
kokkos devices: OpenMP,Serial
kokkos arch: SKX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
FAILED gcc-7.2.0-OpenMP_Serial-release
RUNNING: make -j 12 all
make: *** No rule to make target `all'. Stop.
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
gcc-7.2.0-OpenMP_Serial-release (build failed)
#######################################################

Reproducer instructions:

Load modules:

    source /etc/profile.d/modules.sh
    module purge
    module load cmake/3.19.3 gcc/7.2.0 openblas/0.2.20/gcc/7.2.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP,Serial --arch=SKX --compiler=/home/projects/x86-64/gcc/7.2.0/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="14" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=blas --user-blas-path=/home/projects/x86-64-skylake/openblas/0.2.20/gcc/7.2.0/lib --user-lapack-path=/home/projects/x86-64-skylake/openblas/0.2.20/gcc/7.2.0/lib --user-blas-lib=blas --user-lapack-lib=lapack --extra-linker-flags=-lgfortran,-lm --with-options= --with-cuda-options= --no-examples

To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:

  # Move to the build directory
    cd /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720/KokkosKernels_PullRequest_Tpls_GCC720.320/TestAll_2021-07-14_16.39.11/gcc/7.2.0/OpenMP_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

#######################################################
salloc: Relinquishing job allocation 1022089
salloc: Job allocation 1022089 has been revoked.
Build step 'Execute shell' marked build as failure
Finished: FAILURE

Console Output (last 100 lines) : KokkosKernels_PullRequest_Tpls_INTEL18 # 306 (click to expand)

Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on blake (Testbed skylake) in workspace /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/kokkos-kernels/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/iyamazaki/kokkos-kernels # timeout=10
Fetching upstream changes from https://github.com/iyamazaki/kokkos-kernels
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/iyamazaki/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse refs/remotes/origin/dot-based-gemm^{commit} # timeout=10
Checking out Revision 81b359da92e82ab56dbe8f5c241da948d6f73177 (refs/remotes/origin/dot-based-gemm)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f 81b359da92e82ab56dbe8f5c241da948d6f73177 # timeout=10
Commit message: "bring back calls to dot-based GEMM in the GEMMs in TPL CUBLAS"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk 639d483d84f57c94c5cfaf4766417c60489c3fb7 # timeout=10
The recommended git tool is: NONE
No credentials specified
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse --resolve-git-dir /home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18/kokkos/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/x86-64/git/2.9.4/bin/git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > /home/projects/x86-64/git/2.9.4/bin/git --version # timeout=10
 > git --version # 'git version 2.9.4'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/x86-64/git/2.9.4/bin/git fetch --tags --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git rev-parse 84ff7f1^{commit} # timeout=10
Checking out Revision 84ff7f13ce93b2e5b65fb842beb5b6c33860502c (detached)
 > /home/projects/x86-64/git/2.9.4/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/x86-64/git/2.9.4/bin/git checkout -f 84ff7f13ce93b2e5b65fb842beb5b6c33860502c # timeout=10
Commit message: "Merge pull request #3926 from masterleinad/fix_undefined_reference_testteam_vector"
 > /home/projects/x86-64/git/2.9.4/bin/git rev-list --no-walk 84ff7f13ce93b2e5b65fb842beb5b6c33860502c # timeout=10
[KokkosKernels_PullRequest_Tpls_INTEL18] $ /bin/bash -el /tmp/jenkins4076663431811878367.sh
salloc: Granted job allocation 1022090
salloc: Waiting for resource configuration
salloc: Nodes blake22 are ready for job
Running on machine: blake
KokkosKernels Repository Status:  81b359da92e82ab56dbe8f5c241da948d6f73177 bring back calls to dot-based GEMM in the GEMMs in TPL CUBLAS

Kokkos Repository Status: 84ff7f13ce93b2e5b65fb842beb5b6c33860502c Merge pull request #3926 from masterleinad/fix_undefined_reference_testteam_vector

Going to test compilers: intel/18.1.163
Testing compiler intel/18.1.163
Unrecognized compiler intel/18.1.163 when looking for Spack variants
Unrecognized compiler intel/18.1.163 when looking for Spack variants
Unrecognized compiler intel/18.1.163 when looking for Spack variants
Starting job intel-18.1.163-OpenMP-release
kokkos devices: OpenMP
kokkos arch: SKX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED intel-18.1.163-OpenMP-release
Unrecognized compiler intel/18.1.163 when looking for Spack variants
Unrecognized compiler intel/18.1.163 when looking for Spack variants
Unrecognized compiler intel/18.1.163 when looking for Spack variants
Starting job intel-18.1.163-Pthread-release
kokkos devices: Pthread
kokkos arch: SKX
kokkos options:
kokkos cuda options:
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
PASSED intel-18.1.163-Pthread-release
#######################################################
PASSED TESTS
#######################################################
intel-18.1.163-OpenMP-release build_time=1026 run_time=45
intel-18.1.163-Pthread-release build_time=922 run_time=67
salloc: Relinquishing job allocation 1022090
salloc: Job allocation 1022090 has been revoked.
/home/jenkins/blake-new/workspace/KokkosKernels_PullRequest_Tpls_INTEL18
Finished: SUCCESS

Console Output (last 100 lines) : KokkosKernels_PullRequest_GCC720_Light # 362 (click to expand)

[ 97%] Linking CXX executable KokkosBlas3_perf_test
[ 97%] Built target KokkosBlas3_perf_test
[ 98%] Linking CXX executable KokkosKernels_blas_serial
[ 99%] Linking CXX executable KokkosKernels_graph_serial
[ 99%] Built target KokkosKernels_blas_serial
[ 99%] Built target KokkosKernels_graph_serial
[ 99%] Linking CXX executable KokkosKernels_batched_dla_serial
[ 99%] Built target KokkosKernels_batched_dla_serial
cc1plus: all warnings being treated as errors
make[2]: *** [unit_test/CMakeFiles/KokkosKernels_sparse_serial.dir/serial/Test_Serial_Sparse.cpp.o] Error 1
make[1]: *** [unit_test/CMakeFiles/KokkosKernels_sparse_serial.dir/all] Error 2
make: *** [all] Error 2
  Starting job gcc-7.2.0-OpenMP_Serial-release
kokkos devices: OpenMP,Serial
kokkos arch: Power8,Pascal60
kokkos options: 
kokkos cuda options: 
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized 
extra_args: 
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
  FAILED gcc-7.2.0-OpenMP_Serial-release
RUNNING: make -j 48 all
make: *** No rule to make target `all'.  Stop.
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
gcc-7.2.0-OpenMP-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.19.3 gcc/7.2.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP --arch=Power8,Pascal60 --compiler=/home/projects/ppc64le/gcc/7.2.0/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="14" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls= --with-options= --with-cuda-options= --no-examples

To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:

  # Move to the build directory
    cd /home/jenkins/white-new/workspace/KokkosKernels_PullRequest_GCC720_Light/KokkosKernels_PullRequest_GCC720_Light.362/TestAll_2021-07-14_16.42.30/gcc/7.2.0/OpenMP-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

#######################################################
gcc-7.2.0-OpenMP_Serial-release (build failed)
#######################################################

Reproducer instructions:

Load modules:

    source /etc/profile.d/modules.sh
    module purge
    module load cmake/3.19.3 gcc/7.2.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP,Serial --arch=Power8,Pascal60 --compiler=/home/projects/ppc64le/gcc/7.2.0/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="14" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls= --with-options= --with-cuda-options= --no-examples

To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:

  # Move to the build directory
    cd /home/jenkins/white-new/workspace/KokkosKernels_PullRequest_GCC720_Light/KokkosKernels_PullRequest_GCC720_Light.362/TestAll_2021-07-14_16.42.30/gcc/7.2.0/OpenMP_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

#######################################################
gcc-7.2.0-Serial-release (build failed)
#######################################################

Reproducer instructions:

Load modules:

    source /etc/profile.d/modules.sh
    module purge
    module load cmake/3.19.3 gcc/7.2.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Serial --arch=Power8,Pascal60 --compiler=/home/projects/ppc64le/gcc/7.2.0/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="14" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls= --with-options= --with-cuda-options= --no-examples

To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:

  # Move to the build directory
    cd /home/jenkins/white-new/workspace/KokkosKernels_PullRequest_GCC720_Light/KokkosKernels_PullRequest_GCC720_Light.362/TestAll_2021-07-14_16.42.30/gcc/7.2.0/Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

#######################################################
Build step 'Execute shell' marked build as failure
Finished: FAILURE

Console Output (last 100 lines) : KokkosKernels_PullRequest_GCC720_Light_LayoutRight # 139 (click to expand)

[ 97%] Linking CXX executable sparse_spmv_struct
[ 97%] Built target sparse_spmv_struct
[ 98%] Linking CXX executable KokkosKernels_graph_serial
[ 98%] Built target KokkosKernels_graph_serial
[ 99%] Linking CXX executable KokkosKernels_blas_serial
[ 99%] Built target KokkosKernels_blas_serial
[ 99%] Linking CXX executable KokkosKernels_batched_dla_serial
[ 99%] Built target KokkosKernels_batched_dla_serial
cc1plus: all warnings being treated as errors
make[2]: *** [unit_test/CMakeFiles/KokkosKernels_sparse_serial.dir/serial/Test_Serial_Sparse.cpp.o] Error 1
make[1]: *** [unit_test/CMakeFiles/KokkosKernels_sparse_serial.dir/all] Error 2
make: *** [all] Error 2
  Starting job gcc-7.2.0-OpenMP_Serial-release
kokkos devices: OpenMP,Serial
kokkos arch: Power8,Pascal60
kokkos options: 
kokkos cuda options: 
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized 
extra_args:  --no-default-eti
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutRight
  FAILED gcc-7.2.0-OpenMP_Serial-release
RUNNING: make -j 48 all
make: *** No rule to make target `all'.  Stop.
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
gcc-7.2.0-OpenMP-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.19.3 gcc/7.2.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP --arch=Power8,Pascal60 --compiler=/home/projects/ppc64le/gcc/7.2.0/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="14" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutRight --with-tpls= --with-options= --with-cuda-options= --with-spaces=hostspace --no-examples --no-default-eti

To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:

  # Move to the build directory
    cd /home/jenkins/white-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/KokkosKernels_PullRequest_GCC720_Light_LayoutRight.139/TestAll_2021-07-14_16.42.35/gcc/7.2.0/OpenMP-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

#######################################################
gcc-7.2.0-OpenMP_Serial-release (build failed)
#######################################################

Reproducer instructions:

Load modules:

    source /etc/profile.d/modules.sh
    module purge
    module load cmake/3.19.3 gcc/7.2.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP,Serial --arch=Power8,Pascal60 --compiler=/home/projects/ppc64le/gcc/7.2.0/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="14" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutRight --with-tpls= --with-options= --with-cuda-options= --with-spaces=hostspace --no-examples --no-default-eti

To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:

  # Move to the build directory
    cd /home/jenkins/white-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/KokkosKernels_PullRequest_GCC720_Light_LayoutRight.139/TestAll_2021-07-14_16.42.35/gcc/7.2.0/OpenMP_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

#######################################################
gcc-7.2.0-Serial-release (build failed)
#######################################################

Reproducer instructions:

Load modules:

    source /etc/profile.d/modules.sh
    module purge
    module load cmake/3.19.3 gcc/7.2.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Serial --arch=Power8,Pascal60 --compiler=/home/projects/ppc64le/gcc/7.2.0/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="14" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutRight --with-tpls= --with-options= --with-cuda-options= --with-spaces=hostspace --no-examples --no-default-eti

To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:

  # Move to the build directory
    cd /home/jenkins/white-new/workspace/KokkosKernels_PullRequest_GCC720_Light_LayoutRight/KokkosKernels_PullRequest_GCC720_Light_LayoutRight.139/TestAll_2021-07-14_16.42.35/gcc/7.2.0/Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

#######################################################
Build step 'Execute shell' marked build as failure
Finished: FAILURE

Console Output (last 100 lines) : KokkosKernels_PullRequest_Tpls_CUDA10 # 327 (click to expand)

/home/jenkins/white-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10/kokkos-kernels/src/impl/tpls/KokkosBlas3_gemm_tpl_spec_decl.hpp(649): error: expression must have class type

/home/jenkins/white-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10/kokkos-kernels/src/impl/tpls/KokkosBlas3_gemm_tpl_spec_decl.hpp(651): error: identifier "DotBasedGEMM" is undefined

/home/jenkins/white-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10/kokkos-kernels/src/impl/tpls/KokkosBlas3_gemm_tpl_spec_decl.hpp(651): error: type name is not allowed

/home/jenkins/white-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10/kokkos-kernels/src/impl/tpls/KokkosBlas3_gemm_tpl_spec_decl.hpp(651): error: type name is not allowed

/home/jenkins/white-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10/kokkos-kernels/src/impl/tpls/KokkosBlas3_gemm_tpl_spec_decl.hpp(651): error: type name is not allowed

Error limit reached.
100 errors detected in the compilation of "/tmp/tmpxft_0000e216_00000000-4_Test_Serial_Blas.cpp4.ii".
Compilation terminated.
make[2]: *** [unit_test/CMakeFiles/KokkosKernels_blas_serial.dir/serial/Test_Serial_Blas.cpp.o] Error 4
make[1]: *** [unit_test/CMakeFiles/KokkosKernels_blas_serial.dir/all] Error 2
[ 96%] Linking CXX executable sparse_block_pcg
[ 96%] Built target sparse_block_pcg
[ 96%] Linking CXX executable sparse_gs
cc1plus: all warnings being treated as errors
make[2]: *** [perf_test/graph/CMakeFiles/graph_mis_d2.dir/KokkosGraph_mis_d2.cpp.o] Error 1
make[1]: *** [perf_test/graph/CMakeFiles/graph_mis_d2.dir/all] Error 2
[ 96%] Built target sparse_gs
[ 96%] Linking CXX executable KokkosKernels_wiki_coloring
[ 96%] Built target KokkosKernels_wiki_coloring
[ 97%] Linking CXX executable sparse_sptrsv_supernode
[ 97%] Linking CXX executable graph_color
[ 97%] Linking CXX executable KokkosKernels_common_serial
[ 97%] Built target sparse_sptrsv_supernode
[ 97%] Built target graph_color
[ 97%] Built target KokkosKernels_common_serial
[ 98%] Linking CXX executable graph_color_d2
[ 98%] Linking CXX executable KokkosBlas3_perf_test
[ 98%] Built target graph_color_d2
[ 98%] Linking CXX executable KokkosBlas3_gemm_perf_test
[ 98%] Built target KokkosBlas3_perf_test
[ 98%] Built target KokkosBlas3_gemm_perf_test
/home/jenkins/white-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10/kokkos-kernels/src/sparse/KokkosSparse_spadd.hpp: In function void KokkosSparse::Experimental::spadd_symbolic(KernelHandle*, alno_row_view_t_, alno_nnz_view_t_, blno_row_view_t_, blno_nnz_view_t_, clno_row_view_t_):
/home/jenkins/white-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10/kokkos-kernels/src/sparse/KokkosSparse_spadd.hpp:579:30: error: using ViewAllocateWithoutInitializing = struct Kokkos::Impl::ViewCtorProp<Kokkos::Impl::WithoutInitializing_t, std::cxx11::basic_string<char, std::char_traits, std::allocator >, Kokkos::Impl::ViewAllocateWithoutInitializingBackwardCompat> is deprecated: Use Kokkos::alloc(Kokkos::WithoutInitializing, label) instead [-Werror=deprecated-declarations]
using NoInitialize = Kokkos::ViewAllocateWithoutInitializing;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/jenkins/white-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10/KokkosKernels_PullRequest_Tpls_CUDA10.327/TestAll_2021-07-14_16.41.28/cuda/10.1.105/Cuda_Serial-release/kokkos-install/include/impl/Kokkos_ViewCtor.hpp:295:309: note: declared here
using ViewAllocateWithoutInitializing KOKKOS_DEPRECATED_WITH_COMMENT(
^
[ 98%] Linking CXX executable KokkosKernels_graph_serial
[ 98%] Built target KokkosKernels_graph_serial
[ 99%] Linking CXX executable KokkosKernels_common_cuda
[ 99%] Built target KokkosKernels_common_cuda
[100%] Linking CXX executable sparse_kk_spmv
[100%] Built target sparse_kk_spmv
/home/jenkins/white-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10/kokkos-kernels/src/sparse/KokkosSparse_spadd.hpp: In function void KokkosSparse::Experimental::spadd_symbolic(KernelHandle*, alno_row_view_t
, alno_nnz_view_t
, blno_row_view_t_, blno_nnz_view_t_, clno_row_view_t_):
/home/jenkins/white-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10/kokkos-kernels/src/sparse/KokkosSparse_spadd.hpp:579:30: error: using ViewAllocateWithoutInitializing = struct Kokkos::Impl::ViewCtorProp<Kokkos::Impl::WithoutInitializing_t, std::__cxx11::basic_string<char, std::char_traits, std::allocator >, Kokkos::Impl::ViewAllocateWithoutInitializingBackwardCompat> is deprecated: Use Kokkos::alloc(Kokkos::WithoutInitializing, label) instead [-Werror=deprecated-declarations]
using NoInitialize = Kokkos::ViewAllocateWithoutInitializing;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/jenkins/white-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10/KokkosKernels_PullRequest_Tpls_CUDA10.327/TestAll_2021-07-14_16.41.28/cuda/10.1.105/Cuda_Serial-release/kokkos-install/include/impl/Kokkos_ViewCtor.hpp:295:309: note: declared here
using ViewAllocateWithoutInitializing KOKKOS_DEPRECATED_WITH_COMMENT(
^
[100%] Linking CXX executable KokkosKernels_graph_cuda
[100%] Built target KokkosKernels_graph_cuda
[100%] Linking CXX executable KokkosKernels_batched_dla_serial
[100%] Built target KokkosKernels_batched_dla_serial
cc1plus: all warnings being treated as errors
make[2]: *** [unit_test/CMakeFiles/KokkosKernels_sparse_serial.dir/serial/Test_Serial_Sparse.cpp.o] Error 1
make[1]: *** [unit_test/CMakeFiles/KokkosKernels_sparse_serial.dir/all] Error 2
[100%] Linking CXX executable KokkosKernels_batched_dla_cuda
[100%] Built target KokkosKernels_batched_dla_cuda
cc1plus: all warnings being treated as errors
make[2]: *** [unit_test/CMakeFiles/KokkosKernels_sparse_cuda.dir/cuda/Test_Cuda_Sparse.cpp.o] Error 1
make[1]: *** [unit_test/CMakeFiles/KokkosKernels_sparse_cuda.dir/all] Error 2
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
cuda-10.1.105-Cuda_Serial-release (build failed)
#######################################################

Reproducer instructions:

Load modules:

    source /etc/profile.d/modules.sh
    module purge
    module load cmake/3.19.3 cuda/10.1.105 gcc/7.4.0 openblas/0.3.4/gcc/7.4.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Cuda,Serial --arch=Power8,Pascal60 --compiler=/home/jenkins/white-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10/kokkos/bin/nvcc_wrapper --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized " --cxxstandard="14" --ldflags="" --with-cuda=/home/projects/ppc64le-pwr8-nvidia/cuda/10.1.105 --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=blas,cublas,cusparse --user-blas-path=/home/projects/ppc64le-pwr8/openblas/0.3.4/gcc/7.4.0/lib --user-lapack-path=/home/projects/ppc64le-pwr8/openblas/0.3.4/gcc/7.4.0/lib --user-blas-lib=blas --user-lapack-lib=lapack --extra-linker-flags=-lgfortran,-lm --with-options= --with-cuda-options=,enable_lambda --no-examples

To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:

  # Move to the build directory
    cd /home/jenkins/white-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10/KokkosKernels_PullRequest_Tpls_CUDA10.327/TestAll_2021-07-14_16.41.28/cuda/10.1.105/Cuda_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

#######################################################
Build step 'Execute shell' marked build as failure
Finished: FAILURE

Console Output (last 100 lines) : KokkosKernels_PullRequest_Tpls_CUDA10_LayoutRight # 138 (click to expand)

/home/jenkins/white-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10_LayoutRight/kokkos-kernels/unit_test/blas/Test_Blas3_gemm.hpp(213): here

/home/jenkins/white-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10_LayoutRight/kokkos-kernels/src/impl/tpls/KokkosBlas3_gemm_tpl_spec_decl.hpp(653): error: too few arguments in function call
detected during:
instantiation of "void KokkosBlas::Impl::GEMM<Kokkos::View<const Kokkos::complex **, Kokkos::LayoutRight, Kokkos::Device<ExecSpace, Kokkos::CudaSpace>, Kokkos::MemoryTraits<1U>>, Kokkos::View<const Kokkos::complex **, Kokkos::LayoutRight, Kokkos::Device<ExecSpace, Kokkos::CudaSpace>, Kokkos::MemoryTraits<1U>>, Kokkos::View<Kokkos::complex **, Kokkos::LayoutRight, Kokkos::Device<ExecSpace, Kokkos::CudaSpace>, Kokkos::MemoryTraits<1U>>, true, true>::gemm(const char *, const char *, Kokkos::View<const Kokkos::complex **, Kokkos::LayoutRight, Kokkos::Device<ExecSpace, Kokkos::CudaSpace>, Kokkos::MemoryTraits<1U>>::const_value_type &, const KokkosBlas::Impl::GEMM<Kokkos::View<const Kokkos::complex **, Kokkos::LayoutRight, Kokkos::Device<ExecSpace, Kokkos::CudaSpace>, Kokkos::MemoryTraits<1U>>, Kokkos::View<const Kokkos::complex **, Kokkos::LayoutRight, Kokkos::Device<ExecSpace, Kokkos::CudaSpace>, Kokkos::MemoryTraits<1U>>, Kokkos::View<Kokkos::complex **, Kokkos::LayoutRight, Kokkos::Device<ExecSpace, Kokkos::CudaSpace>, Kokkos::MemoryTraits<1U>>, true, true>::AViewType &, const KokkosBlas::Impl::GEMM<Kokkos::View<const Kokkos::complex **, Kokkos::LayoutRight, Kokkos::Device<ExecSpace, Kokkos::CudaSpace>, Kokkos::MemoryTraits<1U>>, Kokkos::View<const Kokkos::complex **, Kokkos::LayoutRight, Kokkos::Device<ExecSpace, Kokkos::CudaSpace>, Kokkos::MemoryTraits<1U>>, Kokkos::View<Kokkos::complex **, Kokkos::LayoutRight, Kokkos::Device<ExecSpace, Kokkos::CudaSpace>, Kokkos::MemoryTraits<1U>>, true, true>::BViewType &, Kokkos::View<Kokkos::complex **, Kokkos::LayoutRight, Kokkos::Device<ExecSpace, Kokkos::CudaSpace>, Kokkos::MemoryTraits<1U>>::const_value_type &, const KokkosBlas::Impl::GEMM<Kokkos::View<const Kokkos::complex **, Kokkos::LayoutRight, Kokkos::Device<ExecSpace, Kokkos::CudaSpace>, Kokkos::MemoryTraits<1U>>, Kokkos::View<const Kokkos::complex **, Kokkos::LayoutRight, Kokkos::Device<ExecSpace, Kokkos::CudaSpace>, Kokkos::MemoryTraits<1U>>, Kokkos::View<Kokkos::complex **, Kokkos::LayoutRight, Kokkos::Device<ExecSpace, Kokkos::CudaSpace>, Kokkos::MemoryTraits<1U>>, true, true>::CViewType &) [with ExecSpace=Kokkos::CudaSpace::execution_space]"
/home/jenkins/white-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10_LayoutRight/kokkos-kernels/src/blas/KokkosBlas3_gemm.hpp(226): here
instantiation of "void KokkosBlas::gemm(const char *, const char *, AViewType::const_value_type &, const AViewType &, const BViewType &, CViewType::const_value_type &, const CViewType &) [with AViewType=Kokkos::View<Kokkos::complex **, Kokkos::LayoutRight, Kokkos::Cuda>, BViewType=Kokkos::View<Kokkos::complex **, Kokkos::LayoutRight, Kokkos::Cuda>, CViewType=Kokkos::View<Kokkos::complex **, Kokkos::LayoutRight, Kokkos::Cuda>]"
/home/jenkins/white-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10_LayoutRight/kokkos-kernels/unit_test/blas/Test_Blas3_gemm.hpp(130): here
instantiation of "void Test::impl_test_gemm<ViewTypeA,ViewTypeB,ViewTypeC,Device>(const char *, const char *, int, int, int, ViewTypeA::value_type, ViewTypeC::value_type) [with ViewTypeA=Kokkos::View<Kokkos::complex **, Kokkos::LayoutRight, Kokkos::Cuda>, ViewTypeB=Kokkos::View<Kokkos::complex **, Kokkos::LayoutRight, Kokkos::Cuda>, ViewTypeC=Kokkos::View<Kokkos::complex **, Kokkos::LayoutRight, Kokkos::Cuda>, Device=Kokkos::Cuda]"
/home/jenkins/white-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10_LayoutRight/kokkos-kernels/unit_test/blas/Test_Blas3_gemm.hpp(172): here
instantiation of "void test_gemm<Scalar,Layout>() [with Scalar=Kokkos::complex, Layout=Kokkos::LayoutRight]"
/home/jenkins/white-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10_LayoutRight/kokkos-kernels/unit_test/blas/Test_Blas3_gemm.hpp(190): here
instantiation of "void test_gemm_enabled_layouts() [with Scalar=Kokkos::complex]"
/home/jenkins/white-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10_LayoutRight/kokkos-kernels/unit_test/blas/Test_Blas3_gemm.hpp(213): here

[ 96%] Built target sparse_gs
22 errors detected in the compilation of "/tmp/tmpxft_0000587c_00000000-6_Test_Cuda_Blas.cpp1.ii".
make[2]: *** [unit_test/CMakeFiles/KokkosKernels_blas_cuda.dir/cuda/Test_Cuda_Blas.cpp.o] Error 1
make[1]: *** [unit_test/CMakeFiles/KokkosKernels_blas_cuda.dir/all] Error 2
[ 96%] Built target sparse_block_pcg
cc1plus: all warnings being treated as errors
make[2]: *** [perf_test/graph/CMakeFiles/graph_mis_d2.dir/KokkosGraph_mis_d2.cpp.o] Error 1
make[1]: *** [perf_test/graph/CMakeFiles/graph_mis_d2.dir/all] Error 2
[ 96%] Linking CXX executable KokkosKernels_wiki_coloring
[ 96%] Built target KokkosKernels_wiki_coloring
[ 97%] Linking CXX executable graph_color_d2
[ 97%] Linking CXX executable graph_color
[ 97%] Linking CXX executable KokkosBlas3_gemm_perf_test
[ 97%] Linking CXX executable KokkosKernels_common_serial
[ 97%] Built target graph_color_d2
[ 97%] Built target graph_color
[ 97%] Built target KokkosBlas3_gemm_perf_test
[ 97%] Built target KokkosKernels_common_serial
/home/jenkins/white-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10_LayoutRight/kokkos-kernels/src/sparse/KokkosSparse_spadd.hpp: In function void KokkosSparse::Experimental::spadd_symbolic(KernelHandle*, alno_row_view_t_, alno_nnz_view_t_, blno_row_view_t_, blno_nnz_view_t_, clno_row_view_t_):
/home/jenkins/white-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10_LayoutRight/kokkos-kernels/src/sparse/KokkosSparse_spadd.hpp:579:30: error: using ViewAllocateWithoutInitializing = struct Kokkos::Impl::ViewCtorProp<Kokkos::Impl::WithoutInitializing_t, std::cxx11::basic_string<char, std::char_traits, std::allocator >, Kokkos::Impl::ViewAllocateWithoutInitializingBackwardCompat> is deprecated: Use Kokkos::alloc(Kokkos::WithoutInitializing, label) instead [-Werror=deprecated-declarations]
using NoInitialize = Kokkos::ViewAllocateWithoutInitializing;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/jenkins/white-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10_LayoutRight/KokkosKernels_PullRequest_Tpls_CUDA10_LayoutRight.138/TestAll_2021-07-14_16.43.30/cuda/10.1.105/Cuda_Serial-release/kokkos-install/include/impl/Kokkos_ViewCtor.hpp:295:309: note: declared here
using ViewAllocateWithoutInitializing KOKKOS_DEPRECATED_WITH_COMMENT(
^
[ 97%] Linking CXX executable KokkosBlas3_perf_test
[ 97%] Built target KokkosBlas3_perf_test
[ 97%] Linking CXX executable KokkosKernels_graph_serial
[ 97%] Built target KokkosKernels_graph_serial
[ 98%] Linking CXX executable sparse_spmv_struct
[ 99%] Linking CXX executable KokkosKernels_common_cuda
[ 99%] Built target KokkosKernels_common_cuda
[ 99%] Built target sparse_spmv_struct
[100%] Linking CXX executable sparse_kk_spmv
[100%] Built target sparse_kk_spmv
/home/jenkins/white-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10_LayoutRight/kokkos-kernels/src/sparse/KokkosSparse_spadd.hpp: In function void KokkosSparse::Experimental::spadd_symbolic(KernelHandle*, alno_row_view_t
, alno_nnz_view_t
, blno_row_view_t_, blno_nnz_view_t_, clno_row_view_t_):
/home/jenkins/white-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10_LayoutRight/kokkos-kernels/src/sparse/KokkosSparse_spadd.hpp:579:30: error: using ViewAllocateWithoutInitializing = struct Kokkos::Impl::ViewCtorProp<Kokkos::Impl::WithoutInitializing_t, std::__cxx11::basic_string<char, std::char_traits, std::allocator >, Kokkos::Impl::ViewAllocateWithoutInitializingBackwardCompat> is deprecated: Use Kokkos::alloc(Kokkos::WithoutInitializing, label) instead [-Werror=deprecated-declarations]
using NoInitialize = Kokkos::ViewAllocateWithoutInitializing;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/jenkins/white-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10_LayoutRight/KokkosKernels_PullRequest_Tpls_CUDA10_LayoutRight.138/TestAll_2021-07-14_16.43.30/cuda/10.1.105/Cuda_Serial-release/kokkos-install/include/impl/Kokkos_ViewCtor.hpp:295:309: note: declared here
using ViewAllocateWithoutInitializing KOKKOS_DEPRECATED_WITH_COMMENT(
^
[100%] Linking CXX executable KokkosKernels_graph_cuda
[100%] Built target KokkosKernels_graph_cuda
[100%] Linking CXX executable KokkosKernels_batched_dla_serial
[100%] Built target KokkosKernels_batched_dla_serial
cc1plus: all warnings being treated as errors
make[2]: *** [unit_test/CMakeFiles/KokkosKernels_sparse_serial.dir/serial/Test_Serial_Sparse.cpp.o] Error 1
make[1]: *** [unit_test/CMakeFiles/KokkosKernels_sparse_serial.dir/all] Error 2
[100%] Linking CXX executable KokkosKernels_batched_dla_cuda
[100%] Built target KokkosKernels_batched_dla_cuda
cc1plus: all warnings being treated as errors
make[2]: *** [unit_test/CMakeFiles/KokkosKernels_sparse_cuda.dir/cuda/Test_Cuda_Sparse.cpp.o] Error 1
make[1]: *** [unit_test/CMakeFiles/KokkosKernels_sparse_cuda.dir/all] Error 2
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
cuda-10.1.105-Cuda_Serial-release (build failed)
#######################################################

Reproducer instructions:

Load modules:

    source /etc/profile.d/modules.sh
    module purge
    module load cmake/3.19.3 cuda/10.1.105 gcc/7.4.0 openblas/0.3.4/gcc/7.4.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Cuda,Serial --arch=Power8,Pascal60 --compiler=/home/jenkins/white-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10_LayoutRight/kokkos/bin/nvcc_wrapper --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized " --cxxstandard="14" --ldflags="" --with-cuda=/home/projects/ppc64le-pwr8-nvidia/cuda/10.1.105 --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutRight --with-tpls=blas,cublas,cusparse --user-blas-path=/home/projects/ppc64le-pwr8/openblas/0.3.4/gcc/7.4.0/lib --user-lapack-path=/home/projects/ppc64le-pwr8/openblas/0.3.4/gcc/7.4.0/lib --user-blas-lib=blas --user-lapack-lib=lapack --extra-linker-flags=-lgfortran,-lm --with-options= --with-cuda-options=,enable_lambda --with-spaces=hostspace,cudaspace,cudauvmspace --no-examples --no-default-eti

To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:

  # Move to the build directory
    cd /home/jenkins/white-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA10_LayoutRight/KokkosKernels_PullRequest_Tpls_CUDA10_LayoutRight.138/TestAll_2021-07-14_16.43.30/cuda/10.1.105/Cuda_Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

#######################################################
Build step 'Execute shell' marked build as failure
Finished: FAILURE

Console Output (last 100 lines) : KokkosKernels_PullRequest_Tpls_CUDA9 # 322 (click to expand)

Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on White (Testbed Power8) in workspace /home/jenkins/white-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9
The recommended git tool is: NONE
No credentials specified
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git rev-parse --resolve-git-dir /home/jenkins/white-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9/kokkos-kernels/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git config remote.origin.url https://github.com/iyamazaki/kokkos-kernels # timeout=10
Fetching upstream changes from https://github.com/iyamazaki/kokkos-kernels
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git --version # timeout=10
 > git --version # 'git version 2.10.1'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git fetch --tags --progress -- https://github.com/iyamazaki/kokkos-kernels +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git rev-parse refs/remotes/origin/dot-based-gemm^{commit} # timeout=10
Checking out Revision 81b359da92e82ab56dbe8f5c241da948d6f73177 (refs/remotes/origin/dot-based-gemm)
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git checkout -f 81b359da92e82ab56dbe8f5c241da948d6f73177 # timeout=10
Commit message: "bring back calls to dot-based GEMM in the GEMMs in TPL CUBLAS"
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git rev-list --no-walk 639d483d84f57c94c5cfaf4766417c60489c3fb7 # timeout=10
The recommended git tool is: NONE
No credentials specified
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git rev-parse --resolve-git-dir /home/jenkins/white-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9/kokkos/.git # timeout=10
Fetching changes from the remote Git repository
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
Fetching upstream changes from https://github.com/kokkos/kokkos.git
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git --version # timeout=10
 > git --version # 'git version 2.10.1'
Setting http proxy: proxy.sandia.gov:80
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git fetch --tags --progress -- https://github.com/kokkos/kokkos.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git rev-parse origin/develop^{commit} # timeout=10
Checking out Revision bafe1e52a060bf5e6895e0f13b82926a86d67638 (origin/develop)
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git config core.sparsecheckout # timeout=10
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git checkout -f bafe1e52a060bf5e6895e0f13b82926a86d67638 # timeout=10
Commit message: "Merge pull request #4155 from masterleinad/deprecate_ViewAllocateWithoutInitializing"
 > /home/projects/pwr8-rhel73-lsf/git/2.10.1/bin/git rev-list --no-walk 7c5ee6574f127d348fcfc61ce961c5c64ba7fd8e # timeout=10
[KokkosKernels_PullRequest_Tpls_CUDA9] $ /bin/bash -el /tmp/jenkins7571285723274240059.sh
***Forced exclusive execution
Job <78344> is submitted to queue .
<>
<>
Running on machine: white
KokkosKernels Repository Status:  81b359da92e82ab56dbe8f5c241da948d6f73177 bring back calls to dot-based GEMM in the GEMMs in TPL CUBLAS

Kokkos Repository Status: bafe1e52a060bf5e6895e0f13b82926a86d67638 Merge pull request #4155 from masterleinad/deprecate_ViewAllocateWithoutInitializing

Going to test compilers: cuda/9.2.88
Testing compiler cuda/9.2.88
Unrecognized compiler cuda/9.2.88 when looking for Spack variants
Unrecognized compiler cuda/9.2.88 when looking for Spack variants
Unrecognized compiler cuda/9.2.88 when looking for Spack variants
Starting job cuda-9.2.88-Cuda_OpenMP-release
kokkos devices: Cuda,OpenMP
kokkos arch: Power8,Pascal60
kokkos options:
kokkos cuda options: force_uvm,enable_lambda
kokkos cxxflags: -O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized
extra_args:
kokkoskernels scalars: 'double,complex_double'
kokkoskernels ordinals: int
kokkoskernels offsets: int,size_t
kokkoskernels layouts: LayoutLeft
FAILED cuda-9.2.88-Cuda_OpenMP-release
RUNNING: make -j 48 all
make: *** No rule to make target `all'. Stop.
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
cuda-9.2.88-Cuda_OpenMP-release (build failed)
#######################################################

Reproducer instructions:

Load modules:

    source /etc/profile.d/modules.sh
    module purge
    module load cmake/3.19.3 cuda/9.2.88 gcc/7.2.0 netlib/3.8.0/gcc/7.2.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Cuda,OpenMP --arch=Power8,Pascal60 --compiler=/home/jenkins/white-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9/kokkos/bin/nvcc_wrapper --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wuninitialized " --cxxstandard="14" --ldflags="" --with-cuda=/home/projects/ppc64le-pwr8-nvidia/cuda/9.2.88 --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=blas,cublas,cusparse --user-blas-path=/home/projects/ppc64le-pwr8/netlib/3.8.0/gcc/7.2.0/lib --user-lapack-path=/home/projects/ppc64le-pwr8/netlib/3.8.0/gcc/7.2.0/lib --user-blas-lib=blas --user-lapack-lib=lapack --extra-linker-flags=-lgfortran,-lm --with-options= --with-cuda-options=force_uvm,enable_lambda --no-examples

To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:

  # Move to the build directory
    cd /home/jenkins/white-new/workspace/KokkosKernels_PullRequest_Tpls_CUDA9/KokkosKernels_PullRequest_Tpls_CUDA9.322/TestAll_2021-07-14_16.43.20/cuda/9.2.88/Cuda_OpenMP-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

#######################################################
Build step 'Execute shell' marked build as failure
Finished: FAILURE

Console Output (last 100 lines) : KokkosKernels_PullRequest_Tpls_GCC720_GCC740 # 320 (click to expand)

[ 95%] Linking CXX executable graph_color
[ 95%] Built target graph_color
[ 95%] Linking CXX executable graph_color_d2
[ 95%] Built target graph_color_d2
[ 96%] Linking CXX executable KokkosKernels_wiki_coloring
[ 96%] Linking CXX executable KokkosBlas3_gemm_perf_test
[ 96%] Built target KokkosKernels_wiki_coloring
[ 96%] Built target KokkosBlas3_gemm_perf_test
[ 97%] Linking CXX executable sparse_sptrsv_supernode
[ 97%] Built target sparse_sptrsv_supernode
[ 97%] Linking CXX executable KokkosKernels_common_openmp
[ 97%] Built target KokkosKernels_common_openmp
[ 97%] Linking CXX executable sparse_kk_spmv
[ 97%] Built target sparse_kk_spmv
[ 97%] Linking CXX executable KokkosBlas3_perf_test
[ 97%] Built target KokkosBlas3_perf_test
[ 98%] Linking CXX executable KokkosKernels_blas_openmp
[ 98%] Built target KokkosKernels_blas_openmp
[ 99%] Linking CXX executable KokkosKernels_graph_openmp
[ 99%] Built target KokkosKernels_graph_openmp
[ 99%] Linking CXX executable KokkosKernels_batched_dla_openmp
[ 99%] Built target KokkosKernels_batched_dla_openmp
cc1plus: all warnings being treated as errors
make[2]: *** [unit_test/CMakeFiles/KokkosKernels_sparse_openmp.dir/openmp/Test_OpenMP_Sparse.cpp.o] Error 1
make[1]: *** [unit_test/CMakeFiles/KokkosKernels_sparse_openmp.dir/all] Error 2
make: *** [all] Error 2
#######################################################
PASSED TESTS
#######################################################
#######################################################
FAILED TESTS
#######################################################
gcc-7.2.0-OpenMP-release (build failed)
#######################################################
  # Reproducer instructions:
  #   Load modules:
        source /etc/profile.d/modules.sh
        module purge
        module load cmake/3.19.3 gcc/7.2.0 netlib/3.8.0/gcc/7.2.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP --arch=Power8,Pascal60 --compiler=/home/projects/ppc64le/gcc/7.2.0/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="14" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=blas --user-blas-path=/home/projects/ppc64le-pwr8/netlib/3.8.0/gcc/7.2.0/lib --user-lapack-path=/home/projects/ppc64le-pwr8/netlib/3.8.0/gcc/7.2.0/lib --user-blas-lib=blas --user-lapack-lib=lapack --extra-linker-flags=-lgfortran,-lm --with-options= --with-cuda-options= --no-examples

To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:

  # Move to the build directory
    cd /home/jenkins/white-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720_GCC740/KokkosKernels_PullRequest_Tpls_GCC720_GCC740.320/TestAll_2021-07-14_16.43.17/gcc/7.2.0/OpenMP-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

#######################################################
gcc-7.2.0-Serial-release (build failed)
#######################################################

Reproducer instructions:

Load modules:

    source /etc/profile.d/modules.sh
    module purge
    module load cmake/3.19.3 gcc/7.2.0 netlib/3.8.0/gcc/7.2.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=Serial --arch=Power8,Pascal60 --compiler=/home/projects/ppc64le/gcc/7.2.0/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="14" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=blas --user-blas-path=/home/projects/ppc64le-pwr8/netlib/3.8.0/gcc/7.2.0/lib --user-lapack-path=/home/projects/ppc64le-pwr8/netlib/3.8.0/gcc/7.2.0/lib --user-blas-lib=blas --user-lapack-lib=lapack --extra-linker-flags=-lgfortran,-lm --with-options= --with-cuda-options= --no-examples

To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:

  # Move to the build directory
    cd /home/jenkins/white-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720_GCC740/KokkosKernels_PullRequest_Tpls_GCC720_GCC740.320/TestAll_2021-07-14_16.43.17/gcc/7.2.0/Serial-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

#######################################################
gcc-7.4.0-OpenMP-release (build failed)
#######################################################

Reproducer instructions:

Load modules:

    source /etc/profile.d/modules.sh
    module purge
    module load cmake/3.19.3 gcc/7.4.0 openblas/0.3.4/gcc/7.4.0

$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-devices=OpenMP --arch=Power8,Pascal60 --compiler=/home/projects/ppc64le/gcc/7.4.0/bin/g++ --cxxflags="-O3 -Wall -Wunused-parameter -Wshadow -pedantic -Werror -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized " --cxxstandard="14" --ldflags="" --kokkos-path=$KOKKOS_PATH --kokkoskernels-path=$KOKKOSKERNELS_PATH --with-scalars='double,complex_double' --with-ordinals=int --with-offsets=int,size_t --with-layouts=LayoutLeft --with-tpls=blas --user-blas-path=/home/projects/ppc64le-pwr8/openblas/0.3.4/gcc/7.4.0/lib --user-lapack-path=/home/projects/ppc64le-pwr8/openblas/0.3.4/gcc/7.4.0/lib --user-blas-lib=blas --user-lapack-lib=lapack --extra-linker-flags=-lgfortran,-lm --with-options= --with-cuda-options= --no-examples

To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:

  # Move to the build directory
    cd /home/jenkins/white-new/workspace/KokkosKernels_PullRequest_Tpls_GCC720_GCC740/KokkosKernels_PullRequest_Tpls_GCC720_GCC740.320/TestAll_2021-07-14_16.43.17/gcc/7.4.0/OpenMP-release
  # To reload modules
    source ./reload_modules.sh
  # To reconfigure
    ./call_generate_makefile.sh
  # To rebuild
    make -j
  # To retest
    ctest -V

#######################################################
Build step 'Execute shell' marked build as failure
Finished: FAILURE

@kokkos-devops-admin
Copy link

Status Flag 'Pre-Merge Inspection' - - This Pull Request Requires Inspection... The code must be inspected by a member of the Team before Testing/Merging
THE LAST COMMIT TO THIS PULL REQUEST HAS BEEN REVIEWED, BUT NOT ACCEPTED OR REQUIRES CHANGES

@kokkos-devops-admin
Copy link

All Jobs Finished; status = PASSED, However Inspection must be performed before merge can occur...

@iyamazaki
Copy link
Contributor Author

Thank you @lucbv. I've only looked at performance on an NVIDIA or AMD GPU. I put the logic to use dot-based GEMM only on a device. Can you see if that logic is okay?

@kokkos-devops-admin
Copy link

Status Flag 'Pre-Test Inspection' - Auto Inspected - Inspection Is Not Necessary for this Pull Request.

@kokkos-devops-admin
Copy link

Status Flag 'Pull Request AutoTester' - Testing Jenkins Projects:

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 348
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fdad674
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1375f9d
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 340
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fdad674
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1375f9d
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 326
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fdad674
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1375f9d
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light

  • Build Num: 382
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fdad674
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1375f9d
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_LayoutRight

  • Build Num: 159
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fdad674
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1375f9d
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA10

  • Build Num: 347
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fdad674
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1375f9d
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA10_LayoutRight

  • Build Num: 158
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fdad674
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1375f9d
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA9

  • Build Num: 342
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fdad674
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1375f9d
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720_GCC740

  • Build Num: 340
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fdad674
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1375f9d
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (iyamazaki/kokkos-kernels)
  • Branch: dot-based-gemm
  • SHA: fdad674
  • Mode: TEST_REPO

Pull Request Author: iyamazaki

@kokkos-devops-admin
Copy link

Status Flag 'Pull Request AutoTester' - Jenkins Testing: all Jobs PASSED

Pull Request Auto Testing has PASSED (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 348
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fdad674
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1375f9d
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 340
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fdad674
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1375f9d
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 326
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fdad674
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1375f9d
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light

  • Build Num: 382
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fdad674
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1375f9d
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_LayoutRight

  • Build Num: 159
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fdad674
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1375f9d
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA10

  • Build Num: 347
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fdad674
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1375f9d
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA10_LayoutRight

  • Build Num: 158
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fdad674
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1375f9d
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA9

  • Build Num: 342
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fdad674
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1375f9d
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720_GCC740

  • Build Num: 340
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA fdad674
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1375f9d
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

@kokkos-devops-admin
Copy link

Status Flag 'Pre-Merge Inspection' - - This Pull Request Requires Inspection... The code must be inspected by a member of the Team before Testing/Merging
THE LAST COMMIT TO THIS PULL REQUEST HAS NOT BEEN REVIEWED YET!

@kokkos-devops-admin
Copy link

All Jobs Finished; status = PASSED, However Inspection must be performed before merge can occur...

Copy link
Contributor

@lucbv lucbv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One more quick change please : )

const int M = static_cast<int> (C.extent(0));
const int N = static_cast<int> (C.extent(1));

const bool host_space = std::is_same<Kokkos::HostSpace, ExecSpace>::value;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry to be a little picky but could you do this instead:

#include "KokkosKernels_ExecSpaceUtils.hpp"
const bool is_gpu = KokkosKernels::Impl::kk_is_gpu_exec_space<ExecSpace>()

That function was created to handle this situation and does it pretty cleanly.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for making time, @lucbv. Please be picky as much as you can. I welcome any suggestions!!

@kokkos-devops-admin
Copy link

Status Flag 'Pre-Merge Inspection' - - This Pull Request Requires Inspection... The code must be inspected by a member of the Team before Testing/Merging
THE LAST COMMIT TO THIS PULL REQUEST HAS BEEN REVIEWED, BUT NOT ACCEPTED OR REQUIRES CHANGES

@kokkos-devops-admin
Copy link

All Jobs Finished; status = PASSED, However Inspection must be performed before merge can occur...

@kokkos-devops-admin
Copy link

Status Flag 'Pre-Test Inspection' - Auto Inspected - Inspection Is Not Necessary for this Pull Request.

@kokkos-devops-admin
Copy link

Status Flag 'Pull Request AutoTester' - Testing Jenkins Projects:

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 350
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6d6ee66
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1375f9d
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 341
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6d6ee66
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1375f9d
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 327
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6d6ee66
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1375f9d
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light

  • Build Num: 383
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6d6ee66
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1375f9d
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_LayoutRight

  • Build Num: 160
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6d6ee66
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1375f9d
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA10

  • Build Num: 348
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6d6ee66
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1375f9d
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA10_LayoutRight

  • Build Num: 159
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6d6ee66
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1375f9d
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA9

  • Build Num: 343
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6d6ee66
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1375f9d
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720_GCC740

  • Build Num: 341
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6d6ee66
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1375f9d
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Using Repos:

Repo: KOKKOSKERNELS (iyamazaki/kokkos-kernels)
  • Branch: dot-based-gemm
  • SHA: 6d6ee66
  • Mode: TEST_REPO

Pull Request Author: iyamazaki

@kokkos-devops-admin
Copy link

Status Flag 'Pull Request AutoTester' - Jenkins Testing: all Jobs PASSED

Pull Request Auto Testing has PASSED (click to expand)

Build Information

Test Name: KokkosKernels_PullRequest_GCC720

  • Build Num: 350
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6d6ee66
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1375f9d
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720

  • Build Num: 341
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6d6ee66
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1375f9d
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_INTEL18

  • Build Num: 327
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6d6ee66
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1375f9d
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light

  • Build Num: 383
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6d6ee66
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1375f9d
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_GCC720_Light_LayoutRight

  • Build Num: 160
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6d6ee66
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1375f9d
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA10

  • Build Num: 348
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6d6ee66
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1375f9d
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA10_LayoutRight

  • Build Num: 159
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6d6ee66
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1375f9d
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_CUDA9

  • Build Num: 343
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6d6ee66
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1375f9d
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

Build Information

Test Name: KokkosKernels_PullRequest_Tpls_GCC720_GCC740

  • Build Num: 341
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
KOKKOSKERNELS_SOURCE_BRANCH dot-based-gemm
KOKKOSKERNELS_SOURCE_REPO https://github.com/iyamazaki/kokkos-kernels
KOKKOSKERNELS_SOURCE_SHA 6d6ee66
KOKKOSKERNELS_TARGET_BRANCH develop
KOKKOSKERNELS_TARGET_REPO https://github.com/kokkos/kokkos-kernels
KOKKOSKERNELS_TARGET_SHA 1375f9d
PR_LABELS
PULLREQUESTNUM 1050
TEST_REPO_ALIAS KOKKOSKERNELS

@kokkos-devops-admin
Copy link

Status Flag 'Pre-Merge Inspection' - - This Pull Request Requires Inspection... The code must be inspected by a member of the Team before Testing/Merging
THE LAST COMMIT TO THIS PULL REQUEST HAS BEEN REVIEWED, BUT NOT ACCEPTED OR REQUIRES CHANGES

@kokkos-devops-admin
Copy link

All Jobs Finished; status = PASSED, However Inspection must be performed before merge can occur...

2 similar comments
@kokkos-devops-admin
Copy link

All Jobs Finished; status = PASSED, However Inspection must be performed before merge can occur...

@kokkos-devops-admin
Copy link

All Jobs Finished; status = PASSED, However Inspection must be performed before merge can occur...

Copy link
Contributor

@lucbv lucbv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me

@kokkos-devops-admin
Copy link

Status Flag 'Pre-Merge Inspection' - SUCCESS: The last commit to this Pull Request has been INSPECTED AND APPROVED by [ lucbv ]!

@kokkos-devops-admin
Copy link

Status Flag 'Pull Request AutoTester' - Pull Request MUST BE MERGED MANUALLY BY Project Team - This Repo does not support Automerge

2 similar comments
@kokkos-devops-admin
Copy link

Status Flag 'Pull Request AutoTester' - Pull Request MUST BE MERGED MANUALLY BY Project Team - This Repo does not support Automerge

@kokkos-devops-admin
Copy link

Status Flag 'Pull Request AutoTester' - Pull Request MUST BE MERGED MANUALLY BY Project Team - This Repo does not support Automerge

Copy link
Contributor

@e10harvey e10harvey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, @iyamazaki !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants