Skip to content

Conversation

@koparasy
Copy link
Member

No description provided.

@koparasy koparasy deployed to github-pages December 20, 2025 01:08 — with GitHub Actions Active
@github-actions
Copy link

Cpp-Linter Report ⚠️

Some files did not pass the configured checks!

clang-tidy (v18.1.8) reports: 5 concern(s)
  • examples/simple/blackscholes/cpu_compute.cpp:109:3: warning: [clang-analyzer-deadcode.DeadStores]

    Value stored to 'xStockPrice' is never read

      109 |   xStockPrice = sptprice;
          |   ^             ~~~~~~~~
    /home/runner/work/AMS/AMS/examples/simple/blackscholes/cpu_compute.cpp:109:3: note: Value stored to 'xStockPrice' is never read
      109 |   xStockPrice = sptprice;
          |   ^             ~~~~~~~~
  • examples/simple/blackscholes/cpu_compute.cpp:110:3: warning: [clang-analyzer-deadcode.DeadStores]

    Value stored to 'xStrikePrice' is never read

      110 |   xStrikePrice = strike;
          |   ^              ~~~~~~
    /home/runner/work/AMS/AMS/examples/simple/blackscholes/cpu_compute.cpp:110:3: note: Value stored to 'xStrikePrice' is never read
      110 |   xStrikePrice = strike;
          |   ^              ~~~~~~
  • examples/simple/blackscholes/cpu_compute.cpp:117:3: warning: [clang-analyzer-deadcode.DeadStores]

    Value stored to 'temp' is never read

      117 |   temp = sptprice / strike;
          |   ^      ~~~~~~~~~~~~~~~~~
    /home/runner/work/AMS/AMS/examples/simple/blackscholes/cpu_compute.cpp:117:3: note: Value stored to 'temp' is never read
      117 |   temp = sptprice / strike;
          |   ^      ~~~~~~~~~~~~~~~~~
  • examples/simple/blackscholes/driver.cpp:10:10: error: [clang-diagnostic-error]

    'omp.h' file not found

       10 | #include <omp.h>
          |          ^~~~~~~
  • examples/simple/blackscholes/gpu_compute.cpp:4:10: error: [clang-diagnostic-error]

    'device_traits.hpp' file not found

        4 | #include "device_traits.hpp"
          |          ^~~~~~~~~~~~~~~~~~~

Have any feedback or feature suggestions? Share it here.

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