Chris Siefert

Results 165 comments of Chris Siefert

@amyeroberts In the example above, I wasn't specifying it, but I've tried running with a batch size of 1 before and saw the same results. The training/evaluation data I used...

@stevhliu That sounds perfectly reasonable. If you need someone to test out a revised training document to ensure that it works, I'd be a happy to help!

@MalachiTimothyPhillips @japlews We generally recommend avoiding calling Tpetra functions (excepting those with KOKKOS_FUNCTION decorators) in parallel regions, because that code will never work on a GPU. As you note, the...

@alanw0 Could someone from the STK team look at this in STK?

@alanw0 Awesome! Glad to see you guys are on top of things!

@egboman So would you complain if we added logic to Zoltan2 to disable hypergraph if Tpetra doesn't have matrices with SC=int ?

@egboman I can think of a few options: 1) We could leave Tpetra building with SC=int as the default and then have a runtime error if you try to use...