{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":33499178,"defaultBranch":"develop","name":"apex","ownerLogin":"UO-OACISS","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2015-04-06T18:51:34.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/44581546?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1708624242.0","currentOid":""},"activityList":{"items":[{"before":"f253535fab0b20b8028e583bf91a3b9d2eb9a239","after":"abb795ec15806f4ce7031d805e07591eb3ef9a7d","ref":"refs/heads/develop","pushedAt":"2024-04-26T23:13:16.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"khuck","name":"Kevin Huck","path":"/khuck","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/528511?s=80&v=4"},"commit":{"message":"debugging simulated annealing with one variable of only a few values.","shortMessageHtmlLink":"debugging simulated annealing with one variable of only a few values."}},{"before":"f5f8582eea2c6abae092037503262d64afd3012d","after":"f253535fab0b20b8028e583bf91a3b9d2eb9a239","ref":"refs/heads/develop","pushedAt":"2024-04-26T22:04:20.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"khuck","name":"Kevin Huck","path":"/khuck","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/528511?s=80&v=4"},"commit":{"message":"Fixing output for tuning strategies to be more helpful.","shortMessageHtmlLink":"Fixing output for tuning strategies to be more helpful."}},{"before":"1447ff0fba3f45d231df2b0295b743a81526c43c","after":"f5f8582eea2c6abae092037503262d64afd3012d","ref":"refs/heads/develop","pushedAt":"2024-04-26T18:10:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"khuck","name":"Kevin Huck","path":"/khuck","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/528511?s=80&v=4"},"commit":{"message":"Fixing output for exhaustive tuning","shortMessageHtmlLink":"Fixing output for exhaustive tuning"}},{"before":"997ef7f235a57955b539d4d0666a2de9ab591cc0","after":"1447ff0fba3f45d231df2b0295b743a81526c43c","ref":"refs/heads/develop","pushedAt":"2024-04-24T21:43:08.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"khuck","name":"Kevin Huck","path":"/khuck","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/528511?s=80&v=4"},"commit":{"message":"Enhancing autotuning search with nested contexts.\nWhen doing autotuning with Kokkos kernels, it is possible to have nested\nsearch contexts. When that happens, we want to make sure that we explore\nall branches of all possible scenarios. For example, the \"idk_jmm\" test\nin the https://github.com/khuck/apex-kokkos-tuning repository has one\ncontext to choose between a team policy and a mdrange policy, and each\nof those has tunable parameters. Because the outer context has only two\nchoices, it can converge very quickly unless we prevent it from\nconverging until the search has completed for both team and mdrange\npolicy implementations. That's what this change does - if we have nested\nsearch contexts, the outer context(s) won't converge until the inner\ncontext searches converge. I also reduced the max_iterations limit for\nrandom, genetic_search and simulated_annealing to 500 from 1000.","shortMessageHtmlLink":"Enhancing autotuning search with nested contexts."}},{"before":"5ac0a4c7732fab8cd3b7b8e59681d5c5ad632bd9","after":"997ef7f235a57955b539d4d0666a2de9ab591cc0","ref":"refs/heads/develop","pushedAt":"2024-04-22T18:24:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"khuck","name":"Kevin Huck","path":"/khuck","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/528511?s=80&v=4"},"commit":{"message":"Fixing cached variable usage\nWhen using cached tunings from Kokkos, the variables might not be\ndeclared or provided in the same order, and depending on the execution\nmay not be given at all. So...ignore the IDs other than for mapping\nfrom the old context to the old variables, or the new contexts to\nthe new variables. We now match the variable names between context\nhashes, which should be correct in the future.","shortMessageHtmlLink":"Fixing cached variable usage"}},{"before":"4e18bef1f5c9afd06ee23de56b28db9da89c9ec9","after":"5ac0a4c7732fab8cd3b7b8e59681d5c5ad632bd9","ref":"refs/heads/develop","pushedAt":"2024-04-18T00:18:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"khuck","name":"Kevin Huck","path":"/khuck","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/528511?s=80&v=4"},"commit":{"message":"Debugging autotuning of kokkos kernels - problems with genetic search and nested contexts should now be working.","shortMessageHtmlLink":"Debugging autotuning of kokkos kernels - problems with genetic search…"}},{"before":"d8c73d22fcdad50335473e319a1bdfa8f6049f86","after":"4e18bef1f5c9afd06ee23de56b28db9da89c9ec9","ref":"refs/heads/develop","pushedAt":"2024-04-15T16:03:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"khuck","name":"Kevin Huck","path":"/khuck","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/528511?s=80&v=4"},"commit":{"message":"Debugging genetic search","shortMessageHtmlLink":"Debugging genetic search"}},{"before":"ee30513e03644898d3c6c4221209800a4e58d326","after":"d8c73d22fcdad50335473e319a1bdfa8f6049f86","ref":"refs/heads/develop","pushedAt":"2024-04-12T23:04:26.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"khuck","name":"Kevin Huck","path":"/khuck","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/528511?s=80&v=4"},"commit":{"message":"First genetic search implementation.","shortMessageHtmlLink":"First genetic search implementation."}},{"before":"bf5a820b15a7ff16bd27bb0e0412c4b144e9d251","after":"ee30513e03644898d3c6c4221209800a4e58d326","ref":"refs/heads/develop","pushedAt":"2024-04-12T16:27:05.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"khuck","name":"Kevin Huck","path":"/khuck","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/528511?s=80&v=4"},"commit":{"message":"Fixing osx build errors","shortMessageHtmlLink":"Fixing osx build errors"}},{"before":"652ec16c039d47ac95292fa2fcbff4aa65ae46ce","after":"bf5a820b15a7ff16bd27bb0e0412c4b144e9d251","ref":"refs/heads/develop","pushedAt":"2024-04-12T16:03:14.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"khuck","name":"Kevin Huck","path":"/khuck","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/528511?s=80&v=4"},"commit":{"message":"Adding first version of genetic search algorithm based on random","shortMessageHtmlLink":"Adding first version of genetic search algorithm based on random"}},{"before":"1f2bf24086fcb411ec1ff46163467dafe89d322d","after":"652ec16c039d47ac95292fa2fcbff4aa65ae46ce","ref":"refs/heads/develop","pushedAt":"2024-04-11T21:54:52.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"khuck","name":"Kevin Huck","path":"/khuck","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/528511?s=80&v=4"},"commit":{"message":"Changing NVTX pass-through to use different colors for up to 25 different timers.","shortMessageHtmlLink":"Changing NVTX pass-through to use different colors for up to 25 diffe…"}},{"before":"85dd39b6e24964fa68c3faf72d3e266e546f801f","after":"1f2bf24086fcb411ec1ff46163467dafe89d322d","ref":"refs/heads/develop","pushedAt":"2024-04-10T20:26:48.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"khuck","name":"Kevin Huck","path":"/khuck","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/528511?s=80&v=4"},"commit":{"message":"Removing sleeps from unit tests, exit should be clean now even for very short programs.","shortMessageHtmlLink":"Removing sleeps from unit tests, exit should be clean now even for ve…"}},{"before":"b95e0dbf7a8ea65ae0a60e0f1cc3e49227108fd2","after":"85dd39b6e24964fa68c3faf72d3e266e546f801f","ref":"refs/heads/develop","pushedAt":"2024-04-08T18:51:16.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"khuck","name":"Kevin Huck","path":"/khuck","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/528511?s=80&v=4"},"commit":{"message":"Merge branch 'develop' of git.nic.uoregon.edu:/gitroot/xpress-apex into develop","shortMessageHtmlLink":"Merge branch 'develop' of git.nic.uoregon.edu:/gitroot/xpress-apex in…"}},{"before":"cd5913f424e3483f1246c0ce6ddc6d763af04309","after":"b95e0dbf7a8ea65ae0a60e0f1cc3e49227108fd2","ref":"refs/heads/develop","pushedAt":"2024-03-22T17:18:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"khuck","name":"Kevin Huck","path":"/khuck","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/528511?s=80&v=4"},"commit":{"message":"Adding OpenMP library when linking against Kokkos unit test with OpenMP back end.","shortMessageHtmlLink":"Adding OpenMP library when linking against Kokkos unit test with Open…"}},{"before":"9f3e810ccdd8775ead9ad26d87755fe9ad66762b","after":"cd5913f424e3483f1246c0ce6ddc6d763af04309","ref":"refs/heads/develop","pushedAt":"2024-03-22T16:04:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"khuck","name":"Kevin Huck","path":"/khuck","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/528511?s=80&v=4"},"commit":{"message":"Forgot to update an enum name for CUDA","shortMessageHtmlLink":"Forgot to update an enum name for CUDA"}},{"before":"e3bcade6d1b9b6de91ad09b2443a115bc05e5700","after":"9f3e810ccdd8775ead9ad26d87755fe9ad66762b","ref":"refs/heads/develop","pushedAt":"2024-03-20T22:18:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"khuck","name":"Kevin Huck","path":"/khuck","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/528511?s=80&v=4"},"commit":{"message":"Fixing .dylib/.so for apple configurations","shortMessageHtmlLink":"Fixing .dylib/.so for apple configurations"}},{"before":"475515ef0ca6b2ecac10a4f547c171ce672eb336","after":"e3bcade6d1b9b6de91ad09b2443a115bc05e5700","ref":"refs/heads/develop","pushedAt":"2024-03-20T21:57:10.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"khuck","name":"Kevin Huck","path":"/khuck","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/528511?s=80&v=4"},"commit":{"message":"Fixing builds with and without kokkos. If APEX is configured without Kokkos it should build now. And APEX will build examples correctly with kokkos, and will build Kokkos only if the Kokkos examples/tests are requested. Otherwise it just uses the headers.","shortMessageHtmlLink":"Fixing builds with and without kokkos. If APEX is configured without …"}},{"before":"d656d07372bdb9a0cf50502a81d1fe51906efc01","after":"475515ef0ca6b2ecac10a4f547c171ce672eb336","ref":"refs/heads/develop","pushedAt":"2024-03-13T22:44:11.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"khuck","name":"Kevin Huck","path":"/khuck","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/528511?s=80&v=4"},"commit":{"message":"Merge branch 'develop' of git.nic.uoregon.edu:/gitroot/xpress-apex into develop","shortMessageHtmlLink":"Merge branch 'develop' of git.nic.uoregon.edu:/gitroot/xpress-apex in…"}},{"before":"c985b2110006794249c1a8bfd1c81293ab421766","after":"d656d07372bdb9a0cf50502a81d1fe51906efc01","ref":"refs/heads/develop","pushedAt":"2024-02-28T19:58:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"khuck","name":"Kevin Huck","path":"/khuck","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/528511?s=80&v=4"},"commit":{"message":"Updating roofline stats to use new CSV output","shortMessageHtmlLink":"Updating roofline stats to use new CSV output"}},{"before":"2876220fd26874e053d9d9e90dbd8cc663a26861","after":"c985b2110006794249c1a8bfd1c81293ab421766","ref":"refs/heads/develop","pushedAt":"2024-02-28T19:20:46.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"khuck","name":"Kevin Huck","path":"/khuck","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/528511?s=80&v=4"},"commit":{"message":"Trying to clean up memory allocation tracking\nWhen tracking allocations on the host, everything seems to be working\ncorrectly but on occasion, we see allocation amounts changing on the\nstack in gdb on frontier. can't explain it yet. But some fixes are\nincluded in this commit.","shortMessageHtmlLink":"Trying to clean up memory allocation tracking"}},{"before":"7b988329d39384825f47db8fba3856e55b75bfdb","after":"2876220fd26874e053d9d9e90dbd8cc663a26861","ref":"refs/heads/develop","pushedAt":"2024-02-22T17:51:56.000Z","pushType":"push","commitsCount":39,"pusher":{"login":"khuck","name":"Kevin Huck","path":"/khuck","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/528511?s=80&v=4"},"commit":{"message":"Merge branch 'develop'","shortMessageHtmlLink":"Merge branch 'develop'"}},{"before":"a11253eeb3ab9dcd8e624f2a45d4e67338cca61c","after":"2876220fd26874e053d9d9e90dbd8cc663a26861","ref":"refs/heads/master","pushedAt":"2024-02-22T17:48:31.000Z","pushType":"push","commitsCount":47,"pusher":{"login":"khuck","name":"Kevin Huck","path":"/khuck","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/528511?s=80&v=4"},"commit":{"message":"Merge branch 'develop'","shortMessageHtmlLink":"Merge branch 'develop'"}},{"before":"0bde4e83d222f8a1b8b7fefbd4236e31f0b2e30a","after":"7b988329d39384825f47db8fba3856e55b75bfdb","ref":"refs/heads/develop","pushedAt":"2024-02-22T17:43:47.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"khuck","name":"Kevin Huck","path":"/khuck","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/528511?s=80&v=4"},"commit":{"message":"Updating version number for 2.6.5 patch release","shortMessageHtmlLink":"Updating version number for 2.6.5 patch release"}},{"before":"67a1eaa15e148b933bc813f669111b2799ddf521","after":"979f20be41e4875bef14071ac4f9b9f07ff6e259","ref":"refs/heads/gh-pages","pushedAt":"2024-02-22T17:42:10.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"khuck","name":"Kevin Huck","path":"/khuck","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/528511?s=80&v=4"},"commit":{"message":"Deployed 0bde4e8 with MkDocs version: 1.5.3","shortMessageHtmlLink":"Deployed 0bde4e8 with MkDocs version: 1.5.3"}},{"before":"f4593f49c217b405bb46cc71d9cf3943daae2c70","after":"0bde4e83d222f8a1b8b7fefbd4236e31f0b2e30a","ref":"refs/heads/develop","pushedAt":"2024-02-22T17:39:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"khuck","name":"Kevin Huck","path":"/khuck","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/528511?s=80&v=4"},"commit":{"message":"Lots of fixes for tracking memory leaks\nFound a few issues with memory tracking on Frontier. These fixes\nwill allow us to delay memory tracking until after apex::dump()\nhas been called some number of times (configurable), and fixes some\nsymbol resolution. This also fixes some trace output for when we\ncrash before exit.","shortMessageHtmlLink":"Lots of fixes for tracking memory leaks"}},{"before":"c9d2c29764104824b578830f8ea4f7ffd06fb29f","after":"f4593f49c217b405bb46cc71d9cf3943daae2c70","ref":"refs/heads/develop","pushedAt":"2024-02-19T20:04:19.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"khuck","name":"Kevin Huck","path":"/khuck","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/528511?s=80&v=4"},"commit":{"message":"Fixing binutils hash","shortMessageHtmlLink":"Fixing binutils hash"}},{"before":"8a7403e90a2e31277444394b45eff89bc4849cdc","after":"c9d2c29764104824b578830f8ea4f7ffd06fb29f","ref":"refs/heads/develop","pushedAt":"2024-02-19T19:48:47.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"khuck","name":"Kevin Huck","path":"/khuck","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/528511?s=80&v=4"},"commit":{"message":"Updating binutils support to work with modern compilers","shortMessageHtmlLink":"Updating binutils support to work with modern compilers"}},{"before":"5b04e513b1ed602d8b13cd91412b4449f49a9270","after":"8a7403e90a2e31277444394b45eff89bc4849cdc","ref":"refs/heads/develop","pushedAt":"2024-02-07T23:40:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"khuck","name":"Kevin Huck","path":"/khuck","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/528511?s=80&v=4"},"commit":{"message":"Changing default of Kokkos tuning to false","shortMessageHtmlLink":"Changing default of Kokkos tuning to false"}},{"before":"b850e3eb17d057bda49632d163a6339082d9b850","after":"a11253eeb3ab9dcd8e624f2a45d4e67338cca61c","ref":"refs/heads/master","pushedAt":"2024-02-07T00:24:26.000Z","pushType":"push","commitsCount":44,"pusher":{"login":"khuck","name":"Kevin Huck","path":"/khuck","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/528511?s=80&v=4"},"commit":{"message":"Updating documentation for 2.6.4 release","shortMessageHtmlLink":"Updating documentation for 2.6.4 release"}},{"before":"ad9e12c5f32e741c4f24ae437c9d4b7cb252a90a","after":"5b04e513b1ed602d8b13cd91412b4449f49a9270","ref":"refs/heads/develop","pushedAt":"2024-02-07T00:15:04.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"khuck","name":"Kevin Huck","path":"/khuck","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/528511?s=80&v=4"},"commit":{"message":"Updating documentation for 2.6.4 release","shortMessageHtmlLink":"Updating documentation for 2.6.4 release"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEO5ZG8QA","startCursor":null,"endCursor":null}},"title":"Activity · UO-OACISS/apex"}