Code Monkey home page Code Monkey logo

gosl's Introduction

Go Report Card pkg.go.dev docs GitHub Actions Workflow Status Test Coverage Version

Cogent Core is a free and open source framework for building powerful, fast, and cogent 2D and 3D apps that run on macOS, Windows, Linux, iOS, Android, and the Web with a single pure Go codebase, allowing you to Code Once, Run Everywhere. See the Cogent Core Website for more information, including extensive documentation and interactive running examples. The website itself is a Cogent Core app running on the web using wasm.

NOTE: Cogent Core is currently undergoing a period of significant development to make it easier to make powerful, fast, and cogent apps. As such, some of the information in this repository and on the Cogent Core website may be incorrect. Furthermore, there are ongoing breaking changes, so starting new apps with this framework is not recommended at this time; if you do, please be ready to adjust to any breaking changes. We are planning to make a v1 stable release in early June (see the v1 milestone).

gosl's People

Contributors

kkoreilly avatar rcoreilly avatar siboehm avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

siboehm

gosl's Issues

Not doing type inference on NrnV function in axon

e.g., in axon/act.go

		var gknaMed, gknaSlow float32 // note: gosl can't infer types from NrnV function
		gknaMed = NrnV(ctx, ni, di, GknaMed)
		gknaSlow = NrnV(ctx, ni, di, GknaSlow)

should be easy enough to fix. reports an invalid type.

Optimization for vulkan1.2 emits a confusing message..

Finally got around to looking at args to glslc and realized we weren't optimizing! Now passing the -O flag.

Now that we are optimizing, if you set the --target-env=vulkan1.2 which is appropriate, it gives a confusing error in the axon test case:

shaderc: internal error: compilation succeeded but failed to optimize: 2nd operand of Decorate: operand BufferBlock(3) requires SPIR-V version 1.3 or earlier
  OpDecorate %Neurons BufferBlock

so using 1.1 for now, but should try to figure this out. also going through the source code to fix the atomic add issue so may have some insight from there.

There is much I don't understand about these decorators and registers and whatnot. Need to read these at some point:

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.