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

I have been running the code with valgrind and found the following error #7

Open
acf986 opened this issue Jun 28, 2019 · 0 comments
Open

Comments

@acf986
Copy link

acf986 commented Jun 28, 2019

==21682== Conditional jump or move depends on uninitialised value(s)
==21682== at 0x41E27D: computePos0(int, int const*, int const*, int const*, int const*, int*, int*) (cuttGpuModel.cpp:249)
==21682== by 0x41E429: computePos0(int, TensorConvInOut const*, int, int*, int*) (cuttGpuModel.cpp:294)
==21682== by 0x40B9C1: cuttPlan_t::countCycles(cudaDeviceProp&, int) (cuttplan.cpp:1126)
==21682== by 0x409A30: cuttPlan(unsigned int*, int, int*, int*, unsigned long, CUstream_st*) (cutt.cpp:148)
==21682== by 0x4046D3: bool test_tensor(std::vector<int, std::allocator >&, std::vector<int, std::allocator >&) (cutt_test.cpp:465)
==21682== by 0x4031DE: test1() (cutt_test.cpp:151)
==21682== by 0x401D72: main (cutt_test.cpp:102)
==21682==
==21682== Conditional jump or move depends on uninitialised value(s)
==21682== at 0x41E2BD: computePos0(int, int const*, int const*, int const*, int const*, int*, int*) (cuttGpuModel.cpp:256)
==21682== by 0x41E429: computePos0(int, TensorConvInOut const*, int, int*, int*) (cuttGpuModel.cpp:294)
==21682== by 0x40B9C1: cuttPlan_t::countCycles(cudaDeviceProp&, int) (cuttplan.cpp:1126)
==21682== by 0x409A30: cuttPlan(unsigned int*, int, int*, int*, unsigned long, CUstream_st*) (cutt.cpp:148)
==21682== by 0x4046D3: bool test_tensor(std::vector<int, std::allocator >&, std::vector<int, std::allocator >&) (cutt_test.cpp:465)
==21682== by 0x4031DE: test1() (cutt_test.cpp:151)
==21682== by 0x401D72: main (cutt_test.cpp:102)
==21682==
==21682== Conditional jump or move depends on uninitialised value(s)
==21682== at 0x41E27D: computePos0(int, int const*, int const*, int const*, int const*, int*, int*) (cuttGpuModel.cpp:249)
==21682== by 0x41E429: computePos0(int, TensorConvInOut const*, int, int*, int*) (cuttGpuModel.cpp:294)
==21682== by 0x40BA5F: cuttPlan_t::countCycles(cudaDeviceProp&, int) (cuttplan.cpp:1154)
==21682== by 0x409A30: cuttPlan(unsigned int*, int, int*, int*, unsigned long, CUstream_st*) (cutt.cpp:148)
==21682== by 0x4046D3: bool test_tensor(std::vector<int, std::allocator >&, std::vector<int, std::allocator >&) (cutt_test.cpp:465)
==21682== by 0x4031DE: test1() (cutt_test.cpp:151)
==21682== by 0x401D72: main (cutt_test.cpp:102)
==21682==
==21682== Conditional jump or move depends on uninitialised value(s)
==21682== at 0x41E2BD: computePos0(int, int const*, int const*, int const*, int const*, int*, int*) (cuttGpuModel.cpp:256)
==21682== by 0x41E429: computePos0(int, TensorConvInOut const*, int, int*, int*) (cuttGpuModel.cpp:294)
==21682== by 0x40BA5F: cuttPlan_t::countCycles(cudaDeviceProp&, int) (cuttplan.cpp:1154)
==21682== by 0x409A30: cuttPlan(unsigned int*, int, int*, int*, unsigned long, CUstream_st*) (cutt.cpp:148)
==21682== by 0x4046D3: bool test_tensor(std::vector<int, std::allocator >&, std::vector<int, std::allocator >&) (cutt_test.cpp:465)
==21682== by 0x4031DE: test1() (cutt_test.cpp:151)
==21682== by 0x401D72: main (cutt_test.cpp:102)
==21682==
==21682== Conditional jump or move depends on uninitialised value(s)
==21682== at 0x41FCF7: countPackedShTransactions0(int, int, int, int, TensorConv const*, int, int&, int&, int&, int&) (cuttGpuModel.cpp:513)
==21682== by 0x40C29F: cuttPlan_t::countCycles(cudaDeviceProp&, int) (cuttplan.cpp:1352)
==21682== by 0x409A30: cuttPlan(unsigned int*, int, int*, int*, unsigned long, CUstream_st*) (cutt.cpp:148)
==21682== by 0x4046D3: bool test_tensor(std::vector<int, std::allocator >&, std::vector<int, std::allocator >&) (cutt_test.cpp:465)
==21682== by 0x4031DE: test1() (cutt_test.cpp:151)
==21682== by 0x401D72: main (cutt_test.cpp:102)
==21682==
==21682== Conditional jump or move depends on uninitialised value(s)
==21682== at 0x41FCF7: countPackedShTransactions0(int, int, int, int, TensorConv const*, int, int&, int&, int&, int&) (cuttGpuModel.cpp:513)
==21682== by 0x40C346: cuttPlan_t::countCycles(cudaDeviceProp&, int) (cuttplan.cpp:1384)
==21682== by 0x409A30: cuttPlan(unsigned int*, int, int*, int*, unsigned long, CUstream_st*) (cutt.cpp:148)
==21682== by 0x4046D3: bool test_tensor(std::vector<int, std::allocator >&, std::vector<int, std::allocator >&) (cutt_test.cpp:465)
==21682== by 0x4031DE: test1() (cutt_test.cpp:151)
==21682== by 0x401D72: main (cutt_test.cpp:102)

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