Giter Club home page Giter Club logo

Comments (6)

Kevin-2017 avatar Kevin-2017 commented on June 14, 2024

I think it's a bug that I accidentally wrote when cleaning up the code. I would fix it later today :D

from lightgaussian.

bmikaili avatar bmikaili commented on June 14, 2024

Ah okay, happens :D At least you know what it is!

from lightgaussian.

Kevin-2017 avatar Kevin-2017 commented on June 14, 2024

Should be fixed, thanks for notifying it!

from lightgaussian.

bmikaili avatar bmikaili commented on June 14, 2024

Actually have to reopen this πŸ˜… Now I am getting this error. I run it on a GTX 4090 on runpod.io.

Welcome to Ubuntu 22.04.3 LTS (GNU/Linux 5.4.0-152-generic x86_64)

          if (final_output) {
            set_results_to_output<output_vec_size>(value, base_offsets);
          } else {
            #pragma unroll
            for (int i = 0; i < output_vec_size; i++) {
              *(out[i]) = get_accumulated_output(out[i], value[i]);
            }
          }
        } else {
          if (accumulate) {
            #pragma unroll
            for (int i = 0; i < output_vec_size; i++) {
              value[i] = reducer::combine((*acc)[i], value[i]);
            }
          }
          if (final_output) {
            set_results_to_output<output_vec_size>(value, base_offsets);
          } else {
            *acc = value;
          }
        }
      }
    }

    return value;
  }
};

extern "C"
__launch_bounds__(512, 4)
__global__ void reduction_prod_kernel(ReduceJitOp r){
  r.run();
}
nvrtc: error: invalid value for --gpu-architecture (-arch)

from lightgaussian.

Kevin-2017 avatar Kevin-2017 commented on June 14, 2024

I've just updated the code. If you're still encountering the same error, could you walk me through the steps you took that led to it? This will help me understand the issue better. Thanks!

from lightgaussian.

bmikaili avatar bmikaili commented on June 14, 2024

All good now! Thanks so much for fixing it

from lightgaussian.

Related Issues (20)

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.