Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Misc tasks to check later #17

Open
ptheywood opened this issue Oct 30, 2024 · 0 comments
Open

Misc tasks to check later #17

ptheywood opened this issue Oct 30, 2024 · 0 comments

Comments

@ptheywood
Copy link
Member

ptheywood commented Oct 30, 2024

List of notes to self related to this work, things to check later / seek clarification on at some point:

  • Does __host__ __device__ constexpr char [] VARIABLE_NAME = "var"; behave the same in FLAME GPU device code as `"var" would?
    • I.e. check if this has any performance implication on runtime (i.e. generated PTX/assembly) or device memory usage. It shouldn't with it being constexpr, but it might?. a constexpr function might be an alt for namespaced non-macro compile time literal strings.
  • Is it possible to make enum class X : std::uint32_t usable with F2 methods without lots of static casting back and forth?
  • Should time series data row 0 be initialised state or at the end of day/timestep 0?
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

No branches or pull requests

1 participant