Modifications milan - #116
Open
RouMilan wants to merge 7 commits into
Open
Conversation
RouMilan
force-pushed
the
Modifications-Milan
branch
5 times, most recently
from
July 21, 2026 14:18
21fbbc3 to
f071ca7
Compare
RouMilan
commented
Jul 23, 2026
RouMilan
left a comment
Author
There was a problem hiding this comment.
Altered README for :
- BuiltIn
- HelloWorld
- InOut
- Intrinsics
- Malloc
- Mandelbrot
- Printf
- Recursion
- Reduction
- Sobel
- Sobel2D
- ConjugateGradient
- Mandelbulb
- MonteCarloHeatEquation
- NaiveMatrix
…nitializeArray
A constant-filled array literal (collection expression or new T[]{...} with
constant elements) compiles to a RuntimeHelpers.InitializeArray call over a
static data blob. The Hybridizer transcoder has no intrinsic for
InitializeArray and aborts codegen for the entry point
(0X60AC : Cannot get IL for method InitializeArray), so no kernel wrapper is
emitted and the sample fails at runtime with EntryPointNotFoundException.
Fill the stencil element-by-element instead; this transcodes cleanly and the
sample runs.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
The Sobel/Sobel_2D samples emit lena-sobel.bmp and StrategyBacktest emits strategy_heatmap.png; these are generated artifacts. nuget.config here points at a machine-local package feed and shouldn't be tracked. Ignore all three. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
…Generic Functions, all Reductions
RouMilan
force-pushed
the
Modifications-Milan
branch
from
July 23, 2026 12:50
b0d63f5 to
606196d
Compare
Author
|
Added Stopwatch for : |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.