Skip to content

Modifications milan - #116

Open
RouMilan wants to merge 7 commits into
hybridizer-io:masterfrom
RouMilan:Modifications-Milan
Open

Modifications milan#116
RouMilan wants to merge 7 commits into
hybridizer-io:masterfrom
RouMilan:Modifications-Milan

Conversation

@RouMilan

@RouMilan RouMilan commented Jul 9, 2026

Copy link
Copy Markdown

No description provided.

@RouMilan
RouMilan force-pushed the Modifications-Milan branch 5 times, most recently from 21fbbc3 to f071ca7 Compare July 21, 2026 14:18

@RouMilan RouMilan left a comment

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Altered README for :

  • BuiltIn
  • HelloWorld
  • InOut
  • Intrinsics
  • Malloc
  • Mandelbrot
  • Printf
  • Recursion
  • Reduction
  • Sobel
  • Sobel2D
  • ConjugateGradient
  • Mandelbulb
  • MonteCarloHeatEquation
  • NaiveMatrix

RouMilan

This comment was marked as off-topic.

RouMilan

This comment was marked as off-topic.

regisp and others added 7 commits July 23, 2026 14:47
…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>
@RouMilan
RouMilan force-pushed the Modifications-Milan branch from b0d63f5 to 606196d Compare July 23, 2026 12:50
@RouMilan

Copy link
Copy Markdown
Author

Added Stopwatch for :
- SharedMatrix
- BlackScholes
- BlackScholesFloat4
- SparseMatrix
- ConstantMemory
- GenericReduction
- GenericFunction
- InterfacesReduction
- LambdaReduction

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants