Jameson Miller

Results 4 issues of Jameson Miller

Implementing `native_dropout` operator enables PyTorch `dropout` operation to be dispatched to be dispatched to backend that supports "fused_kernel" for dropout. However, PyTorch does not currently list the ORT backend as...

Example changes to explore dev container to easily build PyTorch from source and consume this in onnxruntime. There are some other options to consider here: - Multiple Dev Container definitions...

**Description**: Adds a ReformatSource.ps1 script to format eager source code directory via `clang-format` using repository's base `.clang-format` configuration file, but with specific style tweak (to handle issues with line length...

There is a logic pattern in the Visual Studio integration that lends itself to deadlocking Visual Studio. The [dispose](https://github.com/techtalk/SpecFlow.VisualStudio/blob/master/VsIntegration/LanguageService/IdleTaskProcessingQueue.cs#L152) method in IdleTaskProcessingQueue will block on background threads. When a Solution...

Difficulty: hard
Severity: medium