Jeremy L Thompson

Results 81 issues of Jeremy L Thompson

### Describe the Issue Stray code is populated in the boilerplate for the Cash Register project ### Affected Page https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures-v8/build-a-cash-register-project/build-a-cash-register ### Your code ``` let price = 1.87; let cid...

help wanted
scope: curriculum
new javascript course

Creating an issue to make sure this doesn't get lost during the merges to libCEED. https://github.com/CEED/libCEED/pull/1043 As discussed in libCEED's OCCA backend update, the OCCA parser should be updated to...

bug
parser
priority

#850 introduced some breaking changes. I was wondering if you folks are preparing for a release soon - a release would sure help libCEED communicate dependency requirements more easily and...

Loading source to a string for JiT currently chases all local includes. It would help for debugging if we make sure we only include each file once.

enhancement
minor

We can now use the `PETSC_ARCH=mpich-hip-int64` in CI. @jrwrigh we probably don't need to run every fluids test in int64. Do you have a minimal subset you'd like to see?...

CI

We should check that all our examples build fine with `--with-strict-petscerrorcode` then add that to the configurations for the CI builds of PETSc

CI

This branch fixes #1462 It turns out it was just a name change. We can merge once libXSMM releases their new version, or sooner if needed.

0-WIP
LIBXSMM

We should add initial GPU capability for `AtPoints` Bases, Restrictions, and Operators

FastMath

Same as title - we currently don't correctly report estimated flops for AtPoints CeedOperators

bug
interface

The memcheck backend should verify the usage of Use/Take/SyncArray for CeedVectors. See discussion debugging deal.II example

enhancement
minor
CPU